Model client connection state
This commit is contained in:
parent
3e6ee77834
commit
94b796262b
5 changed files with 313 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ pub struct SnapshotEvent {
|
|||
pub session_id: SessionId,
|
||||
/// The server’s version identifier.
|
||||
pub version: String,
|
||||
/// The list of all other sessions joined to the room (excluding this
|
||||
/// The list of all other sessions joined to the room (excluding our
|
||||
/// session).
|
||||
pub listing: Vec<SessionView>,
|
||||
/// The most recent messages posted to the room (currently up to 100).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue