LockScreen : enable the feature

This commit is contained in:
ganfra 2023-10-31 18:23:48 +01:00
parent 1c74c8d56f
commit 3f0393f1dd
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.Polls -> true
FeatureFlags.NotificationSettings -> true
FeatureFlags.VoiceMessages -> true
FeatureFlags.PinUnlock -> false
FeatureFlags.PinUnlock -> true
FeatureFlags.InRoomCalls -> true
FeatureFlags.Mentions -> false
}