Model client connection state

This commit is contained in:
Joscha 2024-12-06 12:07:41 +01:00
parent fc9364e0c6
commit 45f2c64c8e
5 changed files with 313 additions and 2 deletions

View file

@ -129,6 +129,6 @@ pub struct Who {}
/// Lists the sessions currently joined in the room.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct WhoReply {
/// A list of session views.
/// A list of session views (including our session).
pub listing: Vec<SessionView>,
}