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

@@ -25,6 +25,11 @@ public class TestFeatureFlagModule {
return true;
}
@Override
public boolean shouldEnableIntroductionsInCore() {
return true;
}
@Override
public boolean shouldEnablePrivateGroupsInCore() {
return true;