Send group call update messages when joining/leaving a call

This commit is contained in:
Evan Hahn 2020-12-01 19:49:08 -06:00 committed by GitHub
parent 81cc8a1211
commit b30b83ed57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 96 additions and 3 deletions

4
ts/textsecure.d.ts vendored
View file

@ -653,7 +653,9 @@ export declare namespace DataMessageClass {
data?: AttachmentPointerClass;
}
class GroupCallUpdate {}
class GroupCallUpdate {
eraId?: string;
}
}
// Note: we need to use namespaces to express nested classes in Typescript