fix wrong warn message
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
d0a9666a29
commit
002799177d
1 changed files with 1 additions and 1 deletions
|
@ -1554,7 +1554,7 @@ 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 banned server {sender_servername} for room ID {}. 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