mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Add feature flag for private message deletion.
This commit is contained in:
@@ -66,5 +66,6 @@ internal class HeadlessTestModule(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