Removed Post Priority feature flag (#23735)

* Removed post priority feature flag

* linting

* Update feature_flags.go
Этот коммит содержится в:
Maria A Nunez
2023-07-07 11:42:57 -04:00
коммит произвёл GitHub
родитель 3f126905c5
Коммит 96d3e5864f
5 изменённых файлов: 4 добавлений и 9 удалений

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

@@ -2214,7 +2214,6 @@ func TestCountMentionsFromPost(t *testing.T) {
th.App.UpdateConfig(func(cfg *model.Config) {
*cfg.ServiceSettings.PostPriority = true
cfg.FeatureFlags.PostPriority = true
})
user1 := th.BasicUser