Inline the attachment backfill flag.

This commit is contained in:
Greyson Parrelli
2025-03-25 20:06:32 -04:00
committed by Cody Henthorne
parent 0dfe71ca8f
commit c4131bb440
3 changed files with 1 additions and 15 deletions

View File

@@ -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",