Merge branch '2162-mailbox-pairing-ui' into 'master'

Implement UI for pairing Briar with mailbox

See merge request briar/briar!1585
This commit is contained in:
akwizgran
2022-02-18 14:50:10 +00:00
46 changed files with 1796 additions and 174 deletions

View File

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