mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 12:35:03 +02:00
style(PR596): Fix misleading wording & typo
This commit is contained in:
parent
9d55de99b5
commit
77c572c49a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue