Inline some paypal remote configs.

This commit is contained in:
Greyson Parrelli
2024-12-12 11:27:11 -05:00
parent a93c1bc942
commit 010c45da94
2 changed files with 4 additions and 10 deletions

View File

@@ -992,13 +992,6 @@ object RemoteConfig {
hotSwappable = true
)
/** Make CDSI lookups via libsignal-net instead of native websocket. */
val useLibsignalNetForCdsiLookup: Boolean by remoteBoolean(
key = "android.cds.libsignal.4",
defaultValue = false,
hotSwappable = true
)
/** The lifespan of a linked device (i.e. the time it can be inactive for before it expires), in milliseconds. */
@JvmStatic
val linkedDeviceLifespan: Long by remoteValue(