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

fix lint errors

This commit is contained in:
Bruno Windels
2018-07-18 12:40:16 +02:00
parent 88f2f62945
commit 9a796f1383
6 changed files with 48 additions and 24 deletions

View File

@@ -769,7 +769,7 @@ MatrixClient.prototype.loadRoomMembersIfNeeded = function(roomId) {
}
const membersPromise = this.joinedMembers(roomId);
room.setLazilyLoadedMembers(membersPromise);
}
};
/**
* Retrieve all known rooms.