mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Fix comment
This commit is contained in:
parent
1110314c01
commit
b40dc6d778
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue