From d8f0e3f2cd5c21dde227fe3c2a042b604f596a9a Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:39:10 -0500 Subject: [PATCH] Fix deprecated name field in donation config Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> --- ts/textsecure/WebAPI.preload.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/textsecure/WebAPI.preload.ts b/ts/textsecure/WebAPI.preload.ts index d4d0934fd5..943cc5dcaf 100644 --- a/ts/textsecure/WebAPI.preload.ts +++ b/ts/textsecure/WebAPI.preload.ts @@ -1149,7 +1149,6 @@ const subscriptionConfigurationResultZod = z.object({ levels: z.record( z.string(), z.object({ - name: z.string(), badge: badgeFromServerSchema, }) ),