chore: upgrade request client matrix version
this is needed so that new endpoints use stable paths
This commit is contained in:
parent
a9c3867287
commit
a3716a7d5a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ where
|
||||||
.try_into_http_request::<Vec<u8>>(
|
.try_into_http_request::<Vec<u8>>(
|
||||||
&actual_destination_str,
|
&actual_destination_str,
|
||||||
SendAccessToken::IfRequired(""),
|
SendAccessToken::IfRequired(""),
|
||||||
&[MatrixVersion::V1_4],
|
&[MatrixVersion::V1_11],
|
||||||
)
|
)
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
warn!(
|
warn!(
|
||||||
|
|
Loading…
Add table
Reference in a new issue