Remove Global Drafts Feature Flag (#23767)

* Remove global draft feature flag

* More removal - in progress

* Removed the rest in webapp

* Removed the rest in webapp

* Fix tests

* Update feature_flags.go

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Maria A Nunez
2023-07-05 12:18:30 -04:00
коммит произвёл GitHub
родитель bf0e0ed45a
Коммит 5779bd49d5
15 изменённых файлов: 14 добавлений и 77 удалений

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

@@ -55,8 +55,6 @@ type FeatureFlags struct {
PeopleProduct bool
GlobalDrafts bool
OnboardingTourTips bool
DeprecateCloudFree bool
@@ -82,7 +80,6 @@ func (f *FeatureFlags) SetDefaults() {
f.CallsEnabled = true
f.PostPriority = true
f.PeopleProduct = false
f.GlobalDrafts = true
f.DeprecateCloudFree = false
f.WysiwygEditor = false
f.OnboardingTourTips = true