1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00
This commit is contained in:
David Baker
2018-08-23 09:34:23 +01:00
parent 962ec7bb53
commit 7c66f91429

View File

@@ -783,7 +783,7 @@ MatrixClient.prototype.getRooms = function() {
* Retrieve all rooms that should be displayed to the user * Retrieve all rooms that should be displayed to the user
* This is essentially getRooms() with some rooms filtered out, eg. old versions * This is essentially getRooms() with some rooms filtered out, eg. old versions
* of rooms that have been replaced or (in future) other rooms that have been * of rooms that have been replaced or (in future) other rooms that have been
* markewd at the protocol level as not to be displayed to the user. * marked at the protocol level as not to be displayed to the user.
* @return {Room[]} A list of rooms, or an empty list if there is no data store. * @return {Room[]} A list of rooms, or an empty list if there is no data store.
*/ */
MatrixClient.prototype.getVisibleRooms = function() { MatrixClient.prototype.getVisibleRooms = function() {