mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
make removing own membership a bit clearer in the logs
This commit is contained in:
parent
b694d13348
commit
1dddabc038
@ -432,8 +432,9 @@ export class GroupCall extends EventEmitter<{change: never}> {
|
||||
}
|
||||
|
||||
private removeOwnDevice(log: ILogItem) {
|
||||
log.set("leave_own", true);
|
||||
this.disconnect(log);
|
||||
log.wrap("remove own membership", log => {
|
||||
this.disconnect(log);
|
||||
});
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
|
Loading…
Reference in New Issue
Block a user