drop querying _matrix SRV record to debug
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3f06725261
commit
958b738e5a
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ async fn query_srv_record(hostname: &'_ str) -> Option<FedDest> {
|
|||
|
||||
lookup_srv(&first_hostname)
|
||||
.or_else(|_| {
|
||||
info!("Querying deprecated _matrix SRV record for host {:?}", hostname);
|
||||
debug!("Querying deprecated _matrix SRV record for host {:?}", hostname);
|
||||
lookup_srv(&second_hostname)
|
||||
})
|
||||
.and_then(|srv_lookup| async move { Ok(handle_successful_srv(&srv_lookup)) })
|
||||
|
|
Loading…
Add table
Reference in a new issue