diff --git a/src/admin/user/commands.rs b/src/admin/user/commands.rs index 37ab030c..f6689a38 100644 --- a/src/admin/user/commands.rs +++ b/src/admin/user/commands.rs @@ -949,6 +949,6 @@ pub(super) async fn force_leave_remote_room( .boxed() .await?; - self.write_str(&format!("{user_id} has been joined to {room_id}.",)) + self.write_str(&format!("{user_id} has been removed from {room_id} via a remote server.",)) .await }