state property
A list of state events relevant to showing the chunk
. For example, if
lazy_load_members
is enabled in the filter then this may contain
the membership events for the senders of events in the chunk
.
Unless include_redundant_members
is true
, the server
may remove membership events which would have already been
sent to the client in prior calls to this endpoint, assuming
the membership of those members has not changed.
Implementation
List<SDNEvent>? state;