mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add support for AttachmentBackfill sync messages.
This commit is contained in:
@@ -1127,5 +1127,12 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Whether or not this device respect attachment backfill requests. */
|
||||
val attachmentBackfillSync: Boolean by remoteBoolean(
|
||||
key = "android.attachmentBackfillSync",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
// endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user