From 9f5115a537efbc4439e56fa20b9251787a355a77 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:25:42 -0600 Subject: [PATCH] Fix status of in-flight sticker packs after import Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- ts/types/Stickers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/types/Stickers.ts b/ts/types/Stickers.ts index 3d9736125d..0a0cf2af03 100644 --- a/ts/types/Stickers.ts +++ b/ts/types/Stickers.ts @@ -175,7 +175,7 @@ export async function createPacksFromBackup( id, key, attemptedStatus: 'installed' as const, - status: 'installed' as const, + status: 'pending' as const, }) );