Browse Source

chore: upgrade request client matrix version

this is needed so that new endpoints use stable paths
merge-requests/433/merge
Matthias Ahouansou 2 years ago
parent
commit
a3716a7d5a
No known key found for this signature in database
  1. 2
      src/api/server_server.rs

2
src/api/server_server.rs

@ -207,7 +207,7 @@ where
.try_into_http_request::<Vec<u8>>(
&actual_destination_str,
SendAccessToken::IfRequired(""),
&[MatrixVersion::V1_4],
&[MatrixVersion::V1_11],
)
.map_err(|e| {
warn!(

Loading…
Cancel
Save