Update to latest backup protos; Bump to libsignal v0.73.1

This commit is contained in:
Cody Henthorne
2025-05-30 14:09:30 -04:00
parent 340b94f849
commit 13ddd067ef
261 changed files with 368 additions and 94 deletions

View File

@@ -982,6 +982,13 @@ object RemoteConfig {
BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || value.asBoolean(false)
}
val backupFallbackArchiveCdn: Int by remoteInt(
key = "global.backups.mediaTierFallbackCdnNumber",
hotSwappable = true,
active = true,
defaultValue = 3
)
/** Whether unauthenticated chat web socket is backed by libsignal-net */
@JvmStatic
@get:JvmName("libSignalWebSocketEnabled")