Model client connection state
This commit is contained in:
parent
fc9364e0c6
commit
45f2c64c8e
5 changed files with 313 additions and 2 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue