Enable the feature "Mark as unread".
This commit is contained in:
parent
810c0ed8f3
commit
889761a8d8
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue