forked from mirror/grapevine
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>>(
|
||||
&actual_destination_str,
|
||||
SendAccessToken::IfRequired(""),
|
||||
&[MatrixVersion::V1_4],
|
||||
&[MatrixVersion::V1_11],
|
||||
)
|
||||
.map_err(|error| {
|
||||
warn!(
|
||||
|
|
Loading…
Reference in a new issue