1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-19 10:22:30 +03:00

Merge branch 'release-v0.6.4'

This commit is contained in:
David Baker
2016-11-02 10:30:05 +00:00
58 changed files with 1162 additions and 379394 deletions

View File

@@ -2527,6 +2527,9 @@ MatrixClient.prototype.getTurnServers = function() {
*
* @param {Number=} opts.pollTimeout The number of milliseconds to wait on /events.
* Default: 30000 (30 seconds).
*
* @param {Filter=} opts.filter The filter to apply to /sync calls. This will override
* the opts.initialSyncLimit, which would normally result in a timeline limit filter.
*/
MatrixClient.prototype.startClient = function(opts) {
if (this.clientRunning) {