Merge branch 'add-more-feature-flags-for-desktop' into 'master'

Add feature flags for private groups, forums and blogs

See merge request briar/briar!1572
This commit is contained in:
Torsten Grote
2022-01-18 11:41:26 +00:00
10 changed files with 109 additions and 26 deletions

View File

@@ -10,4 +10,10 @@ public interface FeatureFlags {
boolean shouldEnableProfilePictures();
boolean shouldEnableDisappearingMessages();
boolean shouldEnablePrivateGroupsInCore();
boolean shouldEnableForumsInCore();
boolean shouldEnableBlogsInCore();
}