MessageViewModel
Constructors
Properties
The currently focused search result message (for scroll-to-match).
Whether on-device translation into the current locale is possible (always false on F-Droid/desktop).
Functions
Returns a non-paged reactive Flow of messages for a conversation. Used by desktop targets that don't use paging-compose.
Sends a message to a contact or channel.
Updates the in-memory draft immediately. The durable SavedStateHandle write is debounced by DRAFT_PERSISTENCE_DELAY_MS — rapid edits cancel the prior pending flush, so only the trailing value persists. On process death within the debounce window the last ≤DRAFT_PERSISTENCE_DELAY_MS of typing is not durably saved; this is a conscious trade-off to avoid per-keystroke jank.
Translates message into the device language, or just re-shows a previously persisted translation.