mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +03:00
Quick improvement on the doc.
This commit is contained in:
parent
26c550921a
commit
ed0d255495
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue