mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add feature flag for private message deletion.
This commit is contained in:
@@ -99,5 +99,6 @@ internal class HeadlessModule(private val appDir: File) {
|
||||
internal fun provideFeatureFlags() = object : FeatureFlags {
|
||||
override fun shouldEnableImageAttachments() = false
|
||||
override fun shouldEnableRemoteContacts() = true
|
||||
override fun shouldEnablePrivateMessageDeletion() = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user