Enable mailbox support in release builds.

This commit is contained in:
akwizgran
2023-04-18 12:37:33 +01:00
parent 2566105f13
commit 7810e7e848
7 changed files with 15 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ public interface FeatureFlags {
boolean shouldEnableDisappearingMessages();
boolean shouldEnableMailbox();
boolean shouldEnableMailboxInCore();
boolean shouldEnablePrivateGroupsInCore();