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
parent eec672a55a
commit d1da1ae790

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