Remove incorrect early return from updateMemberParticipantState
This commit is contained in:
parent
375acee73c
commit
d7a5211a94
1 changed files with 0 additions and 2 deletions
|
@ -334,8 +334,6 @@ export class ConferenceCallManager extends EventEmitter {
|
||||||
// since matrix-js-sdk awaits a promise before firing user_hangup
|
// since matrix-js-sdk awaits a promise before firing user_hangup
|
||||||
participant.call.hangup("user_hangup", false);
|
participant.call.hangup("user_hangup", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue