diff --git a/syncapi/consumers/roomserver.go b/syncapi/consumers/roomserver.go index fdeea641e..7b694f31f 100644 --- a/syncapi/consumers/roomserver.go +++ b/syncapi/consumers/roomserver.go @@ -196,7 +196,7 @@ func (s *OutputRoomEventConsumer) onOldRoomEvent( []string{}, // adds no state []string{}, // removes no state nil, // no transaction - true, // not excluded from sync + true, // excluded from sync ) if err != nil { // panic rather than continue with an inconsistent database