bump appservice requests to v1.7
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
4797183b43
commit
b45df5f7bd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue