From 651e5427d599302b666c6e5b21ca81313b4e6a67 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:16:23 -0600 Subject: [PATCH] Switch batchIdentityCheck to unauth socket Co-authored-by: andrew-signal --- ts/textsecure/WebAPI.preload.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/textsecure/WebAPI.preload.ts b/ts/textsecure/WebAPI.preload.ts index b5589f0f90..03052fd014 100644 --- a/ts/textsecure/WebAPI.preload.ts +++ b/ts/textsecure/WebAPI.preload.ts @@ -2354,6 +2354,7 @@ export async function postBatchIdentityCheck( data: JSON.stringify({ elements }), call: 'batchIdentityCheck', httpType: 'POST', + unauthenticated: true, responseType: 'json', // TODO DESKTOP-8719 zodSchema: z.unknown(),