cargo fmt
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
cf8358cbe6
commit
b8108f5897
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())
|
.contains(&server.to_owned())
|
||||||
{
|
{
|
||||||
warn!(
|
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
|
body.room_id
|
||||||
);
|
);
|
||||||
return Err(Error::BadRequest(
|
return Err(Error::BadRequest(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue