Browse Source

Merge pull request #2605 from element-hq/feature/fga/enable_room_list_filters

RoomList filters : enable the feature for production build
pull/2610/head
ganfra 6 months ago committed by GitHub
parent
commit
f31b50a60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      changelog.d/2603.misc
  2. 2
      libraries/featureflag/impl/src/main/kotlin/io/element/android/libraries/featureflag/impl/StaticFeatureFlagProvider.kt

1
changelog.d/2603.misc

@ -0,0 +1 @@ @@ -0,0 +1 @@
Enable the feature "RoomList filters".

2
libraries/featureflag/impl/src/main/kotlin/io/element/android/libraries/featureflag/impl/StaticFeatureFlagProvider.kt

@ -40,7 +40,7 @@ class StaticFeatureFlagProvider @Inject constructor() : @@ -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 {

Loading…
Cancel
Save