mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Enable private message deletion in release builds.
This commit is contained in:
@@ -96,8 +96,5 @@ internal class HeadlessModule(private val appDir: File) {
|
||||
internal fun provideObjectMapper() = ObjectMapper()
|
||||
|
||||
@Provides
|
||||
internal fun provideFeatureFlags() = object : FeatureFlags {
|
||||
override fun shouldEnableImageAttachments() = false
|
||||
override fun shouldEnablePrivateMessageDeletion() = true
|
||||
}
|
||||
internal fun provideFeatureFlags() = FeatureFlags { false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user