Merge pull request #2559 from element-hq/feature/bma/enableMarkAsUnread

Enable the feature "Mark as unread".
This commit is contained in:
Benoit Marty 2024-03-18 15:17:52 +01:00 committed by GitHub
commit b18312e3a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/2261.misc Normal file
View file

@ -0,0 +1 @@
Enable the feature "Mark as unread"

View file

@ -39,7 +39,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.VoiceMessages -> true
FeatureFlags.PinUnlock -> true
FeatureFlags.Mentions -> true
FeatureFlags.MarkAsUnread -> false
FeatureFlags.MarkAsUnread -> true
FeatureFlags.RoomListFilters -> false
FeatureFlags.RoomModeration -> false
}