Add FeatureFlag for mailbox

This commit is contained in:
Torsten Grote
2022-02-08 08:49:11 -03:00
parent 6d881892c7
commit 065ceb8e98
4 changed files with 14 additions and 0 deletions

View File

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