Skip to main content

PrivateReadEvents

Type Alias PrivateReadEvents 

Source
pub type PrivateReadEvents = SmallVec<[Raw<AnySyncEphemeralRoomEvent>; 1]>;
Expand description

Private read receipts surfaced by private_read_get. One legacy unthreaded row plus zero or more per-thread rows; inline-1 catches the dominant case (a single unthreaded marker) without a heap alloc.

Aliased Typeยง

pub struct PrivateReadEvents { /* private fields */ }