From eab04b2acd0a8341fcd07dbe1635fcfebee7ddbe Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:24:09 -0800 Subject: [PATCH] Fix sticker pack download on import --- ts/types/Stickers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/types/Stickers.ts b/ts/types/Stickers.ts index f6cf7a457..2540c6d32 100644 --- a/ts/types/Stickers.ts +++ b/ts/types/Stickers.ts @@ -169,6 +169,7 @@ export async function createPacksFromBackup( id, key, + attemptedStatus: 'installed' as const, status: 'installed' as const, }) );