Skip to main content

Module thread_list_service

Module thread_list_service 

Source

Structs§

ThreadListItem
Each ThreadListItem represents one thread root event in the room. The fields are pre-resolved from the raw homeserver response: the sender’s profile is fetched eagerly and the event content is parsed into a TimelineItemContent so that consumers can render the item without any additional work.
ThreadListItemEvent
Information about an event in a thread (either the root or the latest reply).
ThreadListService
A paginated list of threads for a given room.

Enums§

ThreadListPaginationState
The pagination state of a ThreadListService.
ThreadListServiceError
An error that occurred while using a ThreadListService.