mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Only use attemptedStatus on re-download if it is 'installed'
This commit is contained in:
@@ -147,10 +147,12 @@ function capturePacksToDownload(existingPackLookup) {
|
||||
}
|
||||
|
||||
if (doesPackNeedDownload(existing)) {
|
||||
const status =
|
||||
existing.attemptedStatus === 'installed' ? 'installed' : null;
|
||||
toDownload[id] = {
|
||||
id,
|
||||
key: existing.key,
|
||||
status: existing.attemptedStatus,
|
||||
status,
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user