clarify disable-room message after banning room
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
ad3eeaf4c1
commit
7ebed7aa3e
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ pub(crate) async fn process(command: RoomModerationCommand, body: Vec<&str>) ->
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(RoomMessageEventContent::text_plain(
|
Ok(RoomMessageEventContent::text_plain(
|
||||||
"Room banned and removed all our local users, use disable-room to stop receiving new inbound \
|
"Room banned and removed all our local users, use `!admin federation disable-room` to stop receiving \
|
||||||
federation events as well if needed.",
|
new inbound federation events as well if needed.",
|
||||||
))
|
))
|
||||||
},
|
},
|
||||||
RoomModerationCommand::BanListOfRooms {
|
RoomModerationCommand::BanListOfRooms {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue