Fetch full group state if last epoch is stale

This commit is contained in:
Fedor Indutny 2022-03-24 10:06:39 -07:00 committed by GitHub
parent e8651afa0b
commit 0f5a01f2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

1
ts/model-types.d.ts vendored
View file

@ -331,6 +331,7 @@ export type ConversationAttributesType = {
secretParams?: string;
publicParams?: string;
revision?: number;
lastFetchedEpoch?: number;
senderKeyInfo?: SenderKeyInfoType;
// GroupV2 other fields