mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Inline the attachment backfill flag.
This commit is contained in:
committed by
Cody Henthorne
parent
0dfe71ca8f
commit
c4131bb440
@@ -1107,13 +1107,6 @@ object RemoteConfig {
|
||||
hotSwappable = false
|
||||
)
|
||||
|
||||
/** Whether or not this device respect attachment backfill requests. */
|
||||
val attachmentBackfillSync: Boolean by remoteBoolean(
|
||||
key = "android.attachmentBackfillSync",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Whether or not libsignal-net's CDSI lookups use the new route-based internals or the old ones */
|
||||
val libsignalRouteBasedCDSILookup: Boolean by remoteBoolean(
|
||||
key = "android.libsignal.libsignalRouteBasedCDSILookup",
|
||||
|
||||
Reference in New Issue
Block a user