Skip to content

Commit aaac4f5

Browse files
authored
Merge pull request #834 from matrix-org/kegan/joined-room-r0
Use r0 instead of 'unstable' for joined_members|rooms
2 parents c0c8009 + 7fa4fca commit aaac4f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/10apidoc/31room-state.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
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

@@ -220,7 +220,7 @@
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

tests/30rooms/40joinedapis.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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 ) = @_;
@@ -92,7 +92,7 @@
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

0 commit comments

Comments
 (0)