Fix status of in-flight sticker packs after import

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2025-01-30 19:25:42 -06:00 committed by GitHub
parent 0beec3745b
commit 9f5115a537
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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