style(PR596): Fix misleading wording & typo

This commit is contained in:
nex 2025-08-29 16:31:22 +00:00
commit 77c572c49a

View file

@ -949,6 +949,6 @@ pub(super) async fn force_leave_remote_room(
.boxed() .boxed()
.await?; .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 .await
} }