1
0
Fork 0
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:
Matthias Ahouansou 2025-03-01 02:44:24 +00:00
parent d0c1b920ae
commit 8acacdebc8
No known key found for this signature in database
6 changed files with 17 additions and 17 deletions

View file

@ -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");