Skip to main content

RoomReceipts

Type Alias RoomReceipts 

Source
type RoomReceipts = SmallVec<[(OwnedRoomId, SmallVec<[ReceiptMap; 1]>); 1]>;
Expand description

Per-room ranked receipts gathered for one federation EDU window. The common case is a single room, so inline-1 avoids a heap touch.

Aliased Typeยง

struct RoomReceipts { /* private fields */ }