[Rich text editor] Add feature flag for rich text editor (#1289)

This commit is contained in:
jonnyandrew 2023-09-13 09:17:02 +01:00 committed by GitHub
parent f327726f53
commit 8ab391f615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 84 additions and 25 deletions

View file

@ -35,6 +35,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.LocationSharing -> true
FeatureFlags.Polls -> true
FeatureFlags.NotificationSettings -> false
FeatureFlags.RichTextEditor -> true
}
} else {
false