Add room moderation feature flag (#2495)

This commit is contained in:
Jorge Martin Espinosa 2024-03-06 09:51:43 +01:00 committed by GitHub
parent 6a75be7bf0
commit 3e56420648
6 changed files with 16 additions and 4 deletions

View file

@ -41,6 +41,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.Mentions -> true
FeatureFlags.MarkAsUnread -> false
FeatureFlags.RoomListFilters -> false
FeatureFlags.RoomModeration -> false
}
} else {
false