Skip to main content

UserReceipts

Type Alias UserReceipts 

Source
type UserReceipts = SmallVec<[ReceiptData; 1]>;
Expand description

Per-(room, user) bucket of ReceiptData. MSC3771 allows one receipt per thread context per user per EDU window; the dominant case is still a single receipt, so inline-1 fits without a heap touch.

Aliased Typeยง

struct UserReceipts { /* private fields */ }