Fix sticker pack download on import

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2025-01-23 16:24:12 -06:00 committed by GitHub
parent 7e0d43fb99
commit 457d2e6448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,6 +169,7 @@ export async function createPacksFromBackup(
id,
key,
attemptedStatus: 'installed' as const,
status: 'installed' as const,
})
);