From 5102a2e2294f358128fe697ffdd47ebc161268fb Mon Sep 17 00:00:00 2001 From: Max Radermacher Date: Fri, 22 Aug 2025 12:02:02 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20use=20the=20web=20socket=20for?= =?UTF-8?q?=20registerBackupId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SignalServiceKit/Backups/Settings/BackupIdService.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SignalServiceKit/Backups/Settings/BackupIdService.swift b/SignalServiceKit/Backups/Settings/BackupIdService.swift index 21d0e4fd07..023b8de192 100644 --- a/SignalServiceKit/Backups/Settings/BackupIdService.swift +++ b/SignalServiceKit/Backups/Settings/BackupIdService.swift @@ -107,7 +107,8 @@ final class BackupIdServiceImpl: BackupIdService { backupId: base64MessageRequestContext, mediaBackupId: base64MediaRequestContext, auth: auth - ) + ), + canUseWebSocket: FeatureFlags.postRegWebSocket, ) } }