Skip to content
Snippets Groups Projects
Commit b45df5f7 authored by Jason Volk's avatar Jason Volk
Browse files

bump appservice requests to v1.7


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent 4797183b
No related branches found
No related tags found
1 merge request!565Strawberry/misc
......@@ -15,7 +15,7 @@ pub(crate) async fn send_request<T>(
where
T: OutgoingRequest + Debug + Send,
{
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_0];
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_7];
let Some(dest) = registration.url else {
return Ok(None);
......
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