mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Remove RemoteContacts feature flag in preparation of 1.2 release
This commit is contained in:
@@ -98,7 +98,6 @@ internal class HeadlessModule(private val appDir: File) {
|
||||
@Provides
|
||||
internal fun provideFeatureFlags() = object : FeatureFlags {
|
||||
override fun shouldEnableImageAttachments() = false
|
||||
override fun shouldEnableRemoteContacts() = true
|
||||
override fun shouldEnablePrivateMessageDeletion() = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user