impl fmt::Display for FedDest
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -448,7 +448,7 @@ pub(crate) async fn resolve_true_destination(
|
||||
let (actual_dest, hostname_uri) = resolve_actual_dest(&server_name, no_cache).await?;
|
||||
|
||||
Ok(RoomMessageEventContent::text_plain(format!(
|
||||
"Actual destination: {actual_dest:?} | Hostname URI: {hostname_uri}"
|
||||
"Actual destination: {actual_dest} | Hostname URI: {hostname_uri}"
|
||||
)))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user