mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-10 09:46:42 +02:00
drop querying _matrix SRV record to debug
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1b1be01e79
commit
e8537929a2
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