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:
parent
0beec3745b
commit
9f5115a537
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export async function createPacksFromBackup(
|
||||||
id,
|
id,
|
||||||
key,
|
key,
|
||||||
attemptedStatus: 'installed' as const,
|
attemptedStatus: 'installed' as const,
|
||||||
status: 'installed' as const,
|
status: 'pending' as const,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue