bump appservice requests to v1.7

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-08-31 09:55:11 +00:00
parent 4797183b43
commit b45df5f7bd

View file

@ -15,7 +15,7 @@ pub(crate) async fn send_request<T>(
where where
T: OutgoingRequest + Debug + Send, T: OutgoingRequest + Debug + Send,
{ {
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_0]; const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_7];
let Some(dest) = registration.url else { let Some(dest) = registration.url else {
return Ok(None); return Ok(None);