bump appservice requests to v1.7
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
4797183b43
commit
b45df5f7bd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue