mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-12 19:21:17 +02:00
Add FeatureFlag for mailbox
This commit is contained in:
@@ -25,6 +25,11 @@ public class TestFeatureFlagModule {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldEnableMailbox() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldEnablePrivateGroupsInCore() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user