1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-18 05:42:00 +03:00

Fix doc typo

This commit is contained in:
Kegan Dougal
2015-10-28 16:48:08 +00:00
parent ae13ed7ded
commit 83c53f6a79

View File

@@ -1987,10 +1987,10 @@ function doInitialSync(client, historyLen, includeArchived) {
* @param {Number} opts.initialSyncLimit The event <code>limit=</code> to apply
* to initial sync. Default: 8.
* @param {Boolean} opts.includeArchivedRooms True to put <code>archived=true</code>
* on the <code>/initialSync</code> request. Default: false.
* @param {Boolean} opts.resolveInvitesToProfiles True to do /profile requests
* on every invite event if the displayname/avatar_url is not known for this user ID.
* Default: false.
* on the <code>/initialSync</code> request. Default: false.
*/
MatrixClient.prototype.startClient = function(opts) {
if (this.clientRunning) {