Store receivedAtCounter separately for unprocessed
This commit is contained in:
parent
0f5a01f2b2
commit
ca3f8b7df0
8 changed files with 50 additions and 4 deletions
1
ts/textsecure.d.ts
vendored
1
ts/textsecure.d.ts
vendored
|
@ -23,6 +23,7 @@ export type UnprocessedType = {
|
|||
decrypted?: string;
|
||||
envelope?: string;
|
||||
id: string;
|
||||
receivedAtCounter: number | null;
|
||||
timestamp: number;
|
||||
serverGuid?: string;
|
||||
serverTimestamp?: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue