mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix processing of cached envelopes
This commit is contained in:
@@ -4825,6 +4825,7 @@ function getUnprocessedByIdsAndIncrementAttempts(
|
||||
...row,
|
||||
urgent: isNumber(row.urgent) ? Boolean(row.urgent) : true,
|
||||
story: Boolean(row.story),
|
||||
isEncrypted: Boolean(row.isEncrypted),
|
||||
}));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user