Add feature flag for introductions

This commit is contained in:
Sebastian Kürten
2022-01-06 14:37:21 +01:00
parent 707802c459
commit e8e07414e7
5 changed files with 24 additions and 4 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 shouldEnableIntroductionsInCore() = false
override fun shouldEnablePrivateGroupsInCore() = false
override fun shouldEnableForumsInCore() = true
override fun shouldEnableBlogsInCore() = true