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

View file

@ -196,6 +196,7 @@ export type StickerPackType = Readonly<{
export type UnprocessedType = {
id: string;
timestamp: number;
receivedAtCounter: number | null;
version: number;
attempts: number;
envelope?: string;