loadBefore

abstract suspend fun loadBefore(): List<Flow<TimelineEvent>>

Load new events before the oldest event. This may suspend until at least one event can be loaded.

This will also suspend until init is finished.

Return

The list of new events loaded into the timeline.