Add FeatureFlag for mailbox

This commit is contained in:
Torsten Grote
2022-02-08 08:49:11 -03:00
parent 6d881892c7
commit 065ceb8e98
4 changed files with 14 additions and 0 deletions

View File

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