lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
61f813c187
commit
bf713cd0ba
1 changed files with 6 additions and 6 deletions
|
@ -221,9 +221,9 @@ pub(crate) async fn resolve_actual_dest(
|
|||
if admin_room_caller {
|
||||
services()
|
||||
.admin
|
||||
.send_message(RoomMessageEventContent::notice_plain(format!(
|
||||
"Checking for 1: IP literal with provided or default port"
|
||||
)))
|
||||
.send_message(RoomMessageEventContent::notice_plain(
|
||||
"Checking for 1: IP literal with provided or default port",
|
||||
))
|
||||
.await;
|
||||
}
|
||||
|
||||
|
@ -313,9 +313,9 @@ pub(crate) async fn resolve_actual_dest(
|
|||
if admin_room_caller {
|
||||
services()
|
||||
.admin
|
||||
.send_message(RoomMessageEventContent::notice_plain(format!(
|
||||
"Checking for 3.2: Hostname with port in .well-known file"
|
||||
)))
|
||||
.send_message(RoomMessageEventContent::notice_plain(
|
||||
"Checking for 3.2: Hostname with port in .well-known file",
|
||||
))
|
||||
.await;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue