You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
remove outdated comment
(it did work - I just was not checking the flag in the right place)
This commit is contained in:
@@ -1037,7 +1037,6 @@ export class MatrixCall extends EventEmitter {
|
|||||||
if (description.type === 'answer') {
|
if (description.type === 'answer') {
|
||||||
// whenever we get an answer back, clear the flag we set whilst trying to un-hold
|
// whenever we get an answer back, clear the flag we set whilst trying to un-hold
|
||||||
// the other party: the state of the channels now reflects reality
|
// the other party: the state of the channels now reflects reality
|
||||||
//nope, this doesnt work either
|
|
||||||
this.unholdingRemote = false;
|
this.unholdingRemote = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user