Introduce versioning clock to timer system

This commit is contained in:
Fedor Indutny
2024-08-21 09:03:28 -07:00
committed by GitHub
parent bb1d957e49
commit 2fb50df0af
34 changed files with 703 additions and 28 deletions

View File

@@ -204,6 +204,7 @@ export type ProcessedDataMessage = {
groupV2?: ProcessedGroupV2Context;
flags: number;
expireTimer: DurationInSeconds;
expireTimerVersion: number;
profileKey?: string;
timestamp: number;
payment?: AnyPaymentEvent;