client-api: Fix missing stable endpoint paths
This commit is contained in:
parent
eae7fa0a7d
commit
a5f1c9145c
@ -100,7 +100,10 @@ pub mod v3 {
|
||||
"/_matrix/client/r0/rooms/{}/state/{}",
|
||||
room_id_percent, event_type_percent
|
||||
)),
|
||||
None,
|
||||
Some(format_args!(
|
||||
"/_matrix/client/v3/rooms/{}/state/{}",
|
||||
room_id_percent, event_type_percent
|
||||
)),
|
||||
)?
|
||||
);
|
||||
|
||||
|
@ -128,7 +128,10 @@ pub mod v3 {
|
||||
"/_matrix/client/r0/rooms/{}/state/{}",
|
||||
room_id_percent, event_type_percent
|
||||
)),
|
||||
None,
|
||||
Some(format_args!(
|
||||
"/_matrix/client/v3/rooms/{}/state/{}",
|
||||
room_id_percent, event_type_percent
|
||||
)),
|
||||
)?
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user