File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 112112
113113 do_request_json_for( $user ,
114114 method => " GET" ,
115- uri => " /unstable /rooms/$room_id /joined_members" ,
115+ uri => " /r0 /rooms/$room_id /joined_members" ,
116116 )-> then( sub {
117117 my ( $body ) = @_ ;
118118
220220
221221 do_request_json_for( $user ,
222222 method => " GET" ,
223- uri => " /unstable /joined_rooms" ,
223+ uri => " /r0 /joined_rooms" ,
224224 )-> then( sub {
225225 my ( $body ) = @_ ;
226226
Original file line number Diff line number Diff line change 3030 )-> then( sub {
3131 do_request_json_for( $user ,
3232 method => " GET" ,
33- uri => " /unstable /joined_rooms" ,
33+ uri => " /r0 /joined_rooms" ,
3434 )
3535 })-> then( sub {
3636 my ( $body ) = @_ ;
9292
9393 do_request_json_for( $user ,
9494 method => " GET" ,
95- uri => " /unstable /rooms/$room_id /joined_members" ,
95+ uri => " /r0 /rooms/$room_id /joined_members" ,
9696 )-> then( sub {
9797 my ( $body ) = @_ ;
9898
You can’t perform that action at this time.
0 commit comments