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

View File

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