mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
server_server: make outbound requests using spec v1.11
This is required for authenticated media requests, which are otherwise performed using the unstable endpoint.
This commit is contained in:
parent
94204415ee
commit
edfaa83405
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,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(|error| {
|
.map_err(|error| {
|
||||||
warn!(
|
warn!(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue