You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-18 05:42:00 +03:00
fix jsdoc thinko
This commit is contained in:
@@ -637,7 +637,7 @@ MatrixClient.prototype.setRoomTopic = function(roomId, topic, callback) {
|
||||
|
||||
/**
|
||||
* @param {string} roomId
|
||||
* @param {string} name of room tag to be set
|
||||
* @param {string} tagName name of room tag to be set
|
||||
* @param {object} metadata associated with that tag to be stored
|
||||
* @param {module:client.callback} callback Optional.
|
||||
* @return {module:client.Promise} Resolves: TODO
|
||||
@@ -656,7 +656,7 @@ MatrixClient.prototype.setRoomTag = function(roomId, tagName, metadata, callback
|
||||
|
||||
/**
|
||||
* @param {string} roomId
|
||||
* @param {string} name of room tag to be removed
|
||||
* @param {string} tagName name of room tag to be removed
|
||||
* @param {module:client.callback} callback Optional.
|
||||
* @return {module:client.Promise} Resolves: TODO
|
||||
* @return {module:http-api.MatrixError} Rejects: with an error response.
|
||||
|
Reference in New Issue
Block a user