Skip to content
Snippets Groups Projects
Commit 14a0d120 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

declare support for Matrix 1.5 in our federation requests

parent acc0bdad
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ pub(crate) async fn send_request<T: OutgoingRequest>(
.try_into_http_request::<Vec<u8>>(
&actual_destination_str,
SendAccessToken::IfRequired(""),
&[MatrixVersion::V1_4],
&[MatrixVersion::V1_5],
)
.map_err(|e| {
warn!(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment