Merge pull request #2605 from element-hq/feature/fga/enable_room_list_filters
RoomList filters : enable the feature for production build
This commit is contained in:
commit
f39707965d
2 changed files with 2 additions and 1 deletions
1
changelog.d/2603.misc
Normal file
1
changelog.d/2603.misc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Enable the feature "RoomList filters".
|
||||||
|
|
@ -40,7 +40,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
|
||||||
FeatureFlags.PinUnlock -> true
|
FeatureFlags.PinUnlock -> true
|
||||||
FeatureFlags.Mentions -> true
|
FeatureFlags.Mentions -> true
|
||||||
FeatureFlags.MarkAsUnread -> true
|
FeatureFlags.MarkAsUnread -> true
|
||||||
FeatureFlags.RoomListFilters -> false
|
FeatureFlags.RoomListFilters -> true
|
||||||
FeatureFlags.RoomModeration -> false
|
FeatureFlags.RoomModeration -> false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue