Skip to main content

Module read_receipts

Module read_receipts 

Source
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§

LatestReadReceipt
The latest read receipt known for a room.
RoomReadReceipts
Public data about read receipts collected during processing of that room.