declare support for Matrix 1.5 in our federation requests

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-13 18:08:23 -05:00 committed by June
parent acc0bdad1a
commit 14a0d12002
1 changed files with 1 additions and 1 deletions

View File

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