1
0
Fork 0
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:
Lambda 2024-08-04 20:33:09 +00:00
parent 94204415ee
commit edfaa83405

View file

@ -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!(