RoomList filters : enable the feature for production build

This commit is contained in:
ganfra
2024-03-25 20:36:39 +01:00
parent d3f219065b
commit e4aaf6af2f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Enable the feature "RoomList filters".
@@ -40,7 +40,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.PinUnlock -> true
FeatureFlags.Mentions -> true
FeatureFlags.MarkAsUnread -> true
FeatureFlags.RoomListFilters -> false
FeatureFlags.RoomListFilters -> true
FeatureFlags.RoomModeration -> false
}
} else {