mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
State event IDs
This commit is contained in:
parent
72dc6de928
commit
f2b4d051c1
|
|
@ -30,7 +30,7 @@ type InputRoomEvent struct {
|
|||
Kind int
|
||||
// The event JSON for the event to add.
|
||||
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.
|
||||
State []string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue