Model client connection state

This commit is contained in:
Joscha 2024-12-06 12:07:41 +01:00
parent 3e6ee77834
commit 94b796262b
5 changed files with 313 additions and 2 deletions

View file

@ -188,7 +188,7 @@ pub struct SnapshotEvent {
pub session_id: SessionId,
/// The servers 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).