RoomListFilters: add feature flag

This commit is contained in:
ganfra 2024-02-20 12:36:20 +01:00
parent e6dad00f06
commit 8f5ea76ab8
7 changed files with 31 additions and 1 deletions

View file

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