Quick improvement on the doc.

This commit is contained in:
Benoit Marty 2022-10-20 14:03:42 +02:00
parent 26c550921a
commit ed0d255495

View File

@ -106,6 +106,8 @@ interface Timeline {
/**
* Called when new events come through the sync.
* Note that the corresponding events may not be available yet in the database.
* [onTimelineUpdated] will be called with the event content.
*/
fun onNewTimelineEvents(eventIds: List<String>) = Unit