From 46ed9ed502186cf9e2e8c9e824254e93025c9d75 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:52:32 -0800 Subject: [PATCH] Fix status of in-flight sticker packs after import --- 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 3d9736125..0a0cf2af0 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, }) );