Structs§
- Chat
Delegate Key - Hidden
DmThread Entry - A single user-driven “hide this DM thread until further notice” entry.
- Outbound
DmEntry - A single outbound DM the local user composed and sent.
- Outbound
DmStore - Persistent cache of outbound DM plaintext, keyed by
(room_owner_vk, recipient, purge_token)inside each entry.
Enums§
- Chat
Delegate Request Msg - Messages sent from the App to the Chat Delegate
- Chat
Delegate Response Msg - Responses sent from the Chat Delegate to the App
Constants§
- OUTBOUND_
DMS_ STORAGE_ KEY - Delegate storage key for the outbound-DM plaintext cache.
Functions§
- is_
thread_ hidden - Pure helper: should a DM thread for
(room, peer)currently be hidden from the left rail?