matrix-bot-sdk
Advanced tools
Comparing version
@@ -78,3 +78,3 @@ "use strict"; | ||
getJoinedRoomMembers(roomId) { | ||
return this.do("GET", "/_matrix/client/r0/room/" + roomId + "/joined_members").then(response => { | ||
return this.do("GET", "/_matrix/client/r0/rooms/" + roomId + "/joined_members").then(response => { | ||
return response['joined']; | ||
@@ -81,0 +81,0 @@ }); |
{ | ||
"name": "matrix-bot-sdk", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A lightweight version of the matrix-js-sdk intended for bots", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
59143
0.78%