Remove RemoteContacts feature flag in preparation of 1.2 release

This commit is contained in:
Torsten Grote
2019-11-01 11:09:43 -03:00
parent 84a8ff1dd8
commit 5147f6b7e6
6 changed files with 4 additions and 33 deletions

View File

@@ -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
}
}