Enable commenting by default

This commit is contained in:
Tom Moor
2023-04-11 22:42:56 -04:00
parent d6b51f3053
commit 0eef79e6e6
2 changed files with 2 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ export const TeamPreferenceDefaults: TeamPreferences = {
[TeamPreference.SeamlessEdit]: true,
[TeamPreference.ViewersCanExport]: true,
[TeamPreference.PublicBranding]: false,
[TeamPreference.Commenting]: false,
[TeamPreference.Commenting]: true,
[TeamPreference.CustomTheme]: undefined,
};