onPush

abstract suspend fun onPush(roomId: RoomId, eventId: EventId?): Boolean

Handle a push for a room/event.

Return

true if no further sync is needed, otherwise false.