1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

improve return type comment

This commit is contained in:
Bruno Windels
2018-07-19 09:40:58 +02:00
parent 8733654094
commit 2155dd0552

View File

@@ -420,7 +420,7 @@ MatrixBaseApis.prototype.roomState = function(roomId, callback) {
/**
* @param {string} roomId
* @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: TODO
* @return {module:client.Promise} Resolves: dictionary of userid to profile information
* @return {module:http-api.MatrixError} Rejects: with an error response.
*/
MatrixBaseApis.prototype.joinedMembers = function(roomId, callback) {