mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
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:
@@ -175,7 +175,7 @@ export async function createPacksFromBackup(
|
||||
id,
|
||||
key,
|
||||
attemptedStatus: 'installed' as const,
|
||||
status: 'installed' as const,
|
||||
status: 'pending' as const,
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user