GroupsV2: Use full group state if change actions incompatible

This commit is contained in:
Scott Nonnenberg 2020-10-20 17:39:13 -07:00 committed by GitHub
parent df2fa3c7b1
commit 3e42a47415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 5 deletions

1
ts/textsecure.d.ts vendored
View file

@ -322,6 +322,7 @@ export declare class GroupChangeClass {
actions?: ProtoBinaryType;
serverSignature?: ProtoBinaryType;
changeEpoch?: number;
}
// Note: we need to use namespaces to express nested classes in Typescript