Remove flag RoomListFilters.

This is also fixing the filter reset issue when going back to the room list.
This commit is contained in:
Benoit Marty 2024-04-25 14:45:44 +02:00 committed by Benoit Marty
parent 7397df806b
commit 268c196e35
8 changed files with 9 additions and 36 deletions

View file

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