Fix comment

This commit is contained in:
Neil Alexander 2020-10-20 09:46:19 +01:00
parent 1110314c01
commit b40dc6d778
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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