State event IDs

This commit is contained in:
Mark Haines 2017-02-03 13:49:48 +00:00
parent 72dc6de928
commit f2b4d051c1

View file

@ -30,7 +30,7 @@ type InputRoomEvent struct {
Kind int Kind int
// The event JSON for the event to add. // The event JSON for the event to add.
Event []byte Event []byte
// Optional list of state events forming the state before this event. // Optional list of state event IDs forming the state before this event.
// These state events must have already been persisted. // These state events must have already been persisted.
State []string State []string
} }