Introduce logging for unexpected incoming urgent values

This commit is contained in:
Scott Nonnenberg 2022-07-05 15:20:30 -07:00 committed by GitHub
parent f92be05b15
commit 5fcf97b43b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 278 additions and 83 deletions

View file

@ -208,6 +208,7 @@ export type UnprocessedType = {
serverGuid?: string;
serverTimestamp?: number;
decrypted?: string;
urgent?: boolean;
};
export type UnprocessedUpdateType = {