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

@@ -107,5 +107,8 @@ internal class HeadlessModule(private val appDir: File) {
override fun shouldEnableImageAttachments() = false
override fun shouldEnableProfilePictures() = false
override fun shouldEnableDisappearingMessages() = false
override fun shouldEnablePrivateGroupsInCore() = false
override fun shouldEnableForumsInCore() = true
override fun shouldEnableBlogsInCore() = true
}
}