Merge pull request #2202 from element-hq/feature/bma/removeReadReceiptFlag

Remove ReadReceipts feature flag.
This commit is contained in:
Benoit Marty 2024-01-11 17:13:35 +01:00 committed by GitHub
commit 4ba73c0bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 22 additions and 75 deletions

View file

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