Fetch full group state if last epoch is stale
This commit is contained in:
parent
e8651afa0b
commit
0f5a01f2b2
2 changed files with 25 additions and 1 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -331,6 +331,7 @@ export type ConversationAttributesType = {
|
|||
secretParams?: string;
|
||||
publicParams?: string;
|
||||
revision?: number;
|
||||
lastFetchedEpoch?: number;
|
||||
senderKeyInfo?: SenderKeyInfoType;
|
||||
|
||||
// GroupV2 other fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue