From 6f92bcd86b52e8af73ce0735665a4e9134119f12 Mon Sep 17 00:00:00 2001 From: Alex Konradi Date: Tue, 16 Apr 2024 06:49:21 -0400 Subject: [PATCH] Request new ZKC-based auth credential --- ts/textsecure/WebAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/textsecure/WebAPI.ts b/ts/textsecure/WebAPI.ts index ac70f81be9..ae802ddc71 100644 --- a/ts/textsecure/WebAPI.ts +++ b/ts/textsecure/WebAPI.ts @@ -3196,7 +3196,7 @@ export function initialize({ urlParameters: `?redemptionStartSeconds=${startDayInSeconds}&` + `redemptionEndSeconds=${endDayInSeconds}&` + - 'pniAsServiceId=true', + 'zkcCredential=true', httpType: 'GET', responseType: 'json', })) as GetGroupCredentialsResultType;