mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix handling of encrypted unprocessed envelopes
This commit is contained in:
@@ -375,6 +375,11 @@ export type StickerPackRefType = Readonly<{
|
||||
export type UnprocessedType = {
|
||||
id: string;
|
||||
timestamp: number;
|
||||
/*
|
||||
* A client generated date used for removing old envelopes from the table
|
||||
* on startup.
|
||||
*/
|
||||
receivedAtDate: number;
|
||||
receivedAtCounter: number;
|
||||
attempts: number;
|
||||
type: number;
|
||||
|
||||
Reference in New Issue
Block a user