Add room moderation feature flag (#2495)
This commit is contained in:
committed by
GitHub
parent
b9d902e3fe
commit
97f2620997
+1
@@ -41,6 +41,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
|
||||
FeatureFlags.Mentions -> true
|
||||
FeatureFlags.MarkAsUnread -> false
|
||||
FeatureFlags.RoomListFilters -> false
|
||||
FeatureFlags.RoomModeration -> false
|
||||
}
|
||||
} else {
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user