Switch batchIdentityCheck to unauth socket

Co-authored-by: andrew-signal <andrew@signal.org>
This commit is contained in:
automated-signal
2026-02-11 09:16:23 -06:00
committed by GitHub
parent 66d5221493
commit 651e5427d5

View File

@@ -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(),