MM-41407_Remove FF for MM-39053 Default Notifications (#19851)

Этот коммит содержится в:
Julian Mondragón
2022-03-30 12:07:03 -05:00
коммит произвёл GitHub
родитель 3cab0f1d8d
Коммит baf9f69c27
2 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@@ -38,9 +38,6 @@ type FeatureFlags struct {
PermalinkPreviews bool
// Determine whether when a user gets created, they'll have noisy notifications e.g. Send desktop notifications for all activity
NewAccountNoisy bool
// Enable Calls plugin support in the mobile app
CallsMobile bool
@@ -85,7 +82,6 @@ func (f *FeatureFlags) SetDefaults() {
f.PluginApps = ""
f.PluginFocalboard = ""
f.PermalinkPreviews = true
f.NewAccountNoisy = false
f.CallsMobile = false
f.BoardsFeatureFlags = ""
f.AddMembersToChannel = "top"