parent
ed91930a97
commit
c3cbf4de96
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ enum class FeatureFlags(
|
|||
key = "feature.voicemessages",
|
||||
title = "Voice messages",
|
||||
description = "Send and receive voice messages",
|
||||
defaultValue = false,
|
||||
defaultValue = true,
|
||||
),
|
||||
PinUnlock(
|
||||
key = "feature.pinunlock",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
|
|||
FeatureFlags.LocationSharing -> true
|
||||
FeatureFlags.Polls -> true
|
||||
FeatureFlags.NotificationSettings -> true
|
||||
FeatureFlags.VoiceMessages -> false
|
||||
FeatureFlags.VoiceMessages -> true
|
||||
FeatureFlags.PinUnlock -> false
|
||||
FeatureFlags.InRoomCalls -> false
|
||||
FeatureFlags.Mentions -> false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue