Skip to content

Commit

Permalink
Merge pull request #2605 from element-hq/feature/fga/enable_room_list…
Browse files Browse the repository at this point in the history
…_filters

RoomList filters : enable the feature for production build
  • Loading branch information
ganfra authored Mar 26, 2024
2 parents 865b8b0 + e4aaf6a commit f31b50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/2603.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable the feature "RoomList filters".
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f31b50a

Please sign in to comment.