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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;