Support reporting token on envelope

This commit is contained in:
Fedor Indutny
2023-02-07 16:55:12 -08:00
committed by GitHub
parent dc8d8e529d
commit 486cbe0471
12 changed files with 98 additions and 26 deletions

View File

@@ -264,6 +264,7 @@ export type UnprocessedType = {
decrypted?: string;
urgent?: boolean;
story?: boolean;
reportingToken?: string;
};
export type UnprocessedUpdateType = {