Fix sticker pack download on import

This commit is contained in:
Fedor Indutny 2025-01-23 13:24:09 -08:00 committed by GitHub
parent 41c7571845
commit eab04b2acd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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