Don’t use the web socket for registerBackupId

This commit is contained in:
Max Radermacher 2025-08-22 12:02:02 -05:00 committed by GitHub
parent 4284e8dfd8
commit 5102a2e229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,8 @@ final class BackupIdServiceImpl: BackupIdService {
backupId: base64MessageRequestContext,
mediaBackupId: base64MediaRequestContext,
auth: auth
)
),
canUseWebSocket: FeatureFlags.postRegWebSocket,
)
}
}