diff options
Diffstat (limited to 'roomserver/api/input.go')
-rw-r--r-- | roomserver/api/input.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roomserver/api/input.go b/roomserver/api/input.go index 862a6fa1..dd693203 100644 --- a/roomserver/api/input.go +++ b/roomserver/api/input.go @@ -32,13 +32,6 @@ const ( // there was a new event that references an event that we don't // have a copy of. KindNew = 2 - // KindBackfill event extend the contiguous graph going backwards. - // They always have state. - KindBackfill = 3 - // KindRewrite events are used when rewriting the head of the room - // graph with entirely new state. The output events generated will - // be state events rather than timeline events. - KindRewrite = 4 ) // DoNotSendToOtherServers tells us not to send the event to other matrix |