Skip to main content

Module data

Module data 

Source

Structsยง

Data ๐Ÿ”’
StoredContent ๐Ÿ”’
Minimal read-back of a stored receipt row.

Functionsยง

event_thread_kind ๐Ÿ”’
Tag string used in the storage key to discriminate receipts per thread. Empty for Unthreaded, "main" for Main, the event-id string for Thread(...) (event ids start with $, so the values are mutually exclusive). Custom variants reuse their string form; the C/S boundary rejects them, but federation receipts may still carry them through.
position_advances ๐Ÿ”’
Whether an incoming receipt position strictly advances the stored one.
private_read_row_stream ๐Ÿ”’
Per-thread marker rows under (room, user) in map.
stored_event_id ๐Ÿ”’
First event id named by a stored receipt row.

Type Aliasesยง

ReceiptItem ๐Ÿ”’
RowKv ๐Ÿ”’
Row shape shared by the active and mirrored private read maps.
Superseded ๐Ÿ”’
Receipt rows an accepted update replaces.