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

Update docs

This commit is contained in:
Kegan Dougal
2015-06-23 12:15:41 +01:00
parent 7534f59af2
commit 378c7fd6cb
2 changed files with 5 additions and 5 deletions

View File

@@ -794,7 +794,7 @@ MatrixClient.prototype.roomState = function(roomId, callback) {
* Retrieve older messages from the given room and put them in the timeline.
* @param {Room} room The room to get older messages in.
* @param {Number} limit Optional. The maximum number of previous events to pull
* in.
* in. Default: 30.
* @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: Room.
* @return {module:http-api.MatrixError} Rejects: with an error response.