Store receivedAtCounter separately for unprocessed
This commit is contained in:
parent
0f5a01f2b2
commit
ca3f8b7df0
8 changed files with 50 additions and 4 deletions
|
@ -196,6 +196,7 @@ export type StickerPackType = Readonly<{
|
|||
export type UnprocessedType = {
|
||||
id: string;
|
||||
timestamp: number;
|
||||
receivedAtCounter: number | null;
|
||||
version: number;
|
||||
attempts: number;
|
||||
envelope?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue