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

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