Threads Local Service
This interface defines methods to interact with thread related features. It's the local threads implementation and assumes that the homeserver do not support threads
Functions
Returns a list of all the thread root TimelineEvents that exists at the room level.
Returns a LiveData list of all the thread root TimelineEvents that exists at the room level.
Returns a list of all the marked unread threads that exists at the room level.
Returns a LiveData list of all the marked unread threads that exists at the room level.
Returns whether or not the current user is participating in the thread.
Enhance the provided root thread TimelineEvent List by adding the latest message edition for that thread.
Marks the current thread as read in local DB. note: read receipts within threads are not yet supported with the API