mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
Remove incorrect early return from updateMemberParticipantState
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user