Add feature flag for introductions

This commit is contained in:
Sebastian Kürten
2022-01-06 14:37:21 +01:00
parent 707802c459
commit e8e07414e7
5 changed files with 24 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ public interface FeatureFlags {
boolean shouldEnableDisappearingMessages();
boolean shouldEnableIntroductionsInCore();
boolean shouldEnablePrivateGroupsInCore();
boolean shouldEnableForumsInCore();