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 {
|
if admin_room_caller {
|
||||||
services()
|
services()
|
||||||
.admin
|
.admin
|
||||||
.send_message(RoomMessageEventContent::notice_plain(format!(
|
.send_message(RoomMessageEventContent::notice_plain(
|
||||||
"Checking for 1: IP literal with provided or default port"
|
"Checking for 1: IP literal with provided or default port",
|
||||||
)))
|
))
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -313,9 +313,9 @@ pub(crate) async fn resolve_actual_dest(
|
||||||
if admin_room_caller {
|
if admin_room_caller {
|
||||||
services()
|
services()
|
||||||
.admin
|
.admin
|
||||||
.send_message(RoomMessageEventContent::notice_plain(format!(
|
.send_message(RoomMessageEventContent::notice_plain(
|
||||||
"Checking for 3.2: Hostname with port in .well-known file"
|
"Checking for 3.2: Hostname with port in .well-known file",
|
||||||
)))
|
))
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue