chunk property

List<SDNEvent> chunk
getter/setter pair

The thread roots, ordered by the latest_event in each event's aggregation bundle. All events returned include bundled aggregations.

If the thread root event was sent by an ignored user, the event is returned redacted to the caller. This is to simulate the same behaviour of a client doing aggregation locally on the thread.

Implementation

List<SDNEvent> chunk;