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(
|
||||
"Room banned and removed all our local users, use disable-room to stop receiving new inbound \
|
||||
federation events as well if needed.",
|
||||
"Room banned and removed all our local users, use `!admin federation disable-room` to stop receiving \
|
||||
new inbound federation events as well if needed.",
|
||||
))
|
||||
},
|
||||
RoomModerationCommand::BanListOfRooms {
|
||||
|
|
Loading…
Add table
Reference in a new issue