Skip to content

Commit

Permalink
Oops, include the param name
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jun 22, 2016
1 parent ae3551a commit 1556cc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2186,8 +2186,9 @@ MatrixClient.prototype.getRoomDirectoryVisibility =
/**
* Set the visbility of a room in the current HS's room directory
* @param {string} roomId
* @param {string} "public" to make the room visible in the public directory,
* or "private" to make it invisible.
* @param {string} visibility "public" to make the room visible
* in the public directory, or "private" to make
* it invisible.
* @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: result object
* @return {module:http-api.MatrixError} Rejects: with an error response.
Expand Down

0 comments on commit 1556cc4

Please sign in to comment.