Skip to content
Snippets Groups Projects
Commit e68dc049 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'master' of github.com:matrix-org/synapse into develop

parents 4696622b 270825ab
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ Webclient: ...@@ -41,7 +41,6 @@ Webclient:
* The recents list now differentiates between public & private rooms. * The recents list now differentiates between public & private rooms.
* Fix bug where when switching between rooms the pagination flickered before * Fix bug where when switching between rooms the pagination flickered before
the view jumped to the bottom of the screen. the view jumped to the bottom of the screen.
* Add support for password resets.
* Add bing word support. * Add bing word support.
Registration API: Registration API:
......
...@@ -537,7 +537,7 @@ angular.module('MatrixCall', []) ...@@ -537,7 +537,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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment