RoomListFilters: add feature flag

This commit is contained in:
ganfra 2024-02-20 12:36:20 +01:00
parent 648ab3b7c5
commit 31988e81fa
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