mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix undefined variable error
This commit is contained in:
parent
beed1ba089
commit
270825ab2a
@ -429,7 +429,7 @@ angular.module('MatrixCall', [])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.candidateSendTries > 5) {
|
if (this.candidateSendTries > 5) {
|
||||||
console.log("Failed to send candidates on attempt "+ev.tries+". Giving up for now.");
|
console.log("Failed to send candidates on attempt "+this.candidateSendTries+". Giving up for now.");
|
||||||
this.candidateSendTries = 0;
|
this.candidateSendTries = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user