diff --git a/lib/client.js b/lib/client.js index d33107204..1c597c2cb 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1987,10 +1987,10 @@ function doInitialSync(client, historyLen, includeArchived) { * @param {Number} opts.initialSyncLimit The event limit= to apply * to initial sync. Default: 8. * @param {Boolean} opts.includeArchivedRooms True to put archived=true + * on the /initialSync 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 /initialSync request. Default: false. */ MatrixClient.prototype.startClient = function(opts) { if (this.clientRunning) {