From f2b4d051c19063ec64c3056ce71457c1faedf645 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 3 Feb 2017 13:49:48 +0000 Subject: [PATCH] State event IDs --- src/github.com/matrix-org/dendrite/roomserver/api/input.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/input.go b/src/github.com/matrix-org/dendrite/roomserver/api/input.go index 0a921962a..d8b1bfb59 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/api/input.go +++ b/src/github.com/matrix-org/dendrite/roomserver/api/input.go @@ -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 }