Re-enable SyncService.withEncryptionSync to improve decryption of notifications (#1199)
* Re-enable `SyncService.withEncryptionSync` to improve decryption of notifications. * Add feature flag
This commit is contained in:
parent
47a0ecb3b8
commit
199f578e4a
8 changed files with 30 additions and 4 deletions
|
|
@ -31,5 +31,11 @@ enum class FeatureFlags(
|
|||
title = "Polls",
|
||||
description = "Create poll and render poll events in the timeline",
|
||||
defaultValue = false,
|
||||
),
|
||||
UseEncryptionSync(
|
||||
key = "feature.useencryptionsync",
|
||||
title = "Use encryption sync",
|
||||
description = "Use the encryption sync API for decrypting notifications.",
|
||||
defaultValue = true,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue