Timeline Event Handler Impl
class TimelineEventHandlerImpl(api: MatrixClientServerApiClient, accountStore: AccountStore, roomStore: RoomStore, roomTimelineStore: RoomTimelineStore, tm: TransactionManager) : EventHandler, TimelineEventHandler
Constructors
Link copied to clipboard
constructor(api: MatrixClientServerApiClient, accountStore: AccountStore, roomStore: RoomStore, roomTimelineStore: RoomTimelineStore, tm: TransactionManager)
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun unsafeFillTimelineGaps(startEventId: EventId, roomId: RoomId, limit: Long): Result<Unit>
Unsafe means, that it may throw exceptions