Expand description
Basic types and data structures to allow tracking of read receipts in rooms.
These are defined in this crate because they’re used in the RoomInfo,
which is also defined in this crate.
All the fields are public by default, because they’re mutated by other crates upwards in the dependency tree (notably by the event cache in the matrix-sdk crate).
Structs§
- Latest
Read Receipt - The latest read receipt known for a room.
- Room
Read Receipts - Public data about read receipts collected during processing of that room.