Remove ReadReceipts feature flag.

This commit is contained in:
Benoit Marty 2024-01-10 15:42:03 +01:00 committed by Benoit Marty
parent cd1b80ef18
commit 4dcafb6aa6
15 changed files with 14 additions and 70 deletions

View file

@ -41,7 +41,6 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.PinUnlock -> true
FeatureFlags.Mentions -> true
FeatureFlags.SecureStorage -> true
FeatureFlags.ReadReceipts -> true
}
} else {
false