mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -06:00
Exclude old room events from sync when consumed from roomserver
This commit is contained in:
parent
c7bf122a26
commit
1110314c01
|
|
@ -196,7 +196,7 @@ func (s *OutputRoomEventConsumer) onOldRoomEvent(
|
||||||
[]string{}, // adds no state
|
[]string{}, // adds no state
|
||||||
[]string{}, // removes no state
|
[]string{}, // removes no state
|
||||||
nil, // no transaction
|
nil, // no transaction
|
||||||
false, // not excluded from sync
|
true, // not excluded from sync
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// panic rather than continue with an inconsistent database
|
// panic rather than continue with an inconsistent database
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue