File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ public function getGroupMemberIds($groupId, $continuationToken = null) {
127127 ),
128128 ));
129129
130- $ response = file_get_contents ($ this ->host .'/v2/bot/group/ ' .urlencode ($ groupId ).'/member /ids ' .$ next , false , $ context );
130+ $ response = file_get_contents ($ this ->host .'/v2/bot/group/ ' .urlencode ($ groupId ).'/members /ids ' .$ next , false , $ context );
131131 if (strpos ($ http_response_header [0 ], '200 ' ) === false ) {
132132 http_response_code (500 );
133133 error_log ("Request failed: " . $ response );
@@ -195,7 +195,7 @@ public function getRoomMemberIds($roomId, $continuationToken = null) {
195195 ),
196196 ));
197197
198- $ response = file_get_contents ($ this ->host .'/v2/bot/room/ ' .urlencode ($ roomId ).'/member /ids ' .$ next , false , $ context );
198+ $ response = file_get_contents ($ this ->host .'/v2/bot/room/ ' .urlencode ($ roomId ).'/members /ids ' .$ next , false , $ context );
199199 if (strpos ($ http_response_header [0 ], '200 ' ) === false ) {
200200 http_response_code (500 );
201201 error_log ("Request failed: " . $ response );
You can’t perform that action at this time.
0 commit comments