mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Add feature flag for self-destructing messages.
This commit is contained in:
@@ -93,5 +93,6 @@ internal class HeadlessModule(private val appDir: File) {
|
||||
internal fun provideFeatureFlags() = object : FeatureFlags {
|
||||
override fun shouldEnableImageAttachments() = false
|
||||
override fun shouldEnableProfilePictures() = false
|
||||
override fun shouldEnableDisappearingMessages() = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user