mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
chore: bump ruma & rust
This commit is contained in:
parent
d0c1b920ae
commit
8acacdebc8
6 changed files with 17 additions and 17 deletions
|
@ -640,7 +640,7 @@ async fn request_well_known(destination: &str) -> Option<(String, Instant)> {
|
|||
let response = services()
|
||||
.globals
|
||||
.default_client()
|
||||
.get(&format!("https://{destination}/.well-known/matrix/server"))
|
||||
.get(format!("https://{destination}/.well-known/matrix/server"))
|
||||
.send()
|
||||
.await;
|
||||
debug!("Got well known response");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue