Store receivedAtCounter separately for unprocessed

This commit is contained in:
Fedor Indutny
2022-03-24 14:28:56 -07:00
committed by GitHub
parent 0f5a01f2b2
commit ca3f8b7df0
8 changed files with 50 additions and 4 deletions

1
ts/textsecure.d.ts vendored
View File

@@ -23,6 +23,7 @@ export type UnprocessedType = {
decrypted?: string;
envelope?: string;
id: string;
receivedAtCounter: number | null;
timestamp: number;
serverGuid?: string;
serverTimestamp?: number;