cargo fmt
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
32eb568909
commit
a3c53036d5
1 changed files with 2 additions and 1 deletions
|
@ -1554,7 +1554,8 @@ pub async fn create_invite_route(body: Ruma<create_invite::v2::Request>) -> Resu
|
|||
.contains(&server.to_owned())
|
||||
{
|
||||
warn!(
|
||||
"Received federated/remote invite from server {sender_servername} for room ID {} which has a banned server name. Rejecting.",
|
||||
"Received federated/remote invite from server {sender_servername} for room ID {} which has a banned \
|
||||
server name. Rejecting.",
|
||||
body.room_id
|
||||
);
|
||||
return Err(Error::BadRequest(
|
||||
|
|
Loading…
Add table
Reference in a new issue