You've already forked matrix-js-sdk
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user