1
0
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:
David Baker
2020-12-09 11:21:23 +00:00
parent 907567182d
commit 2a46513dfd

View File

@@ -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;
} }