mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-02-12 05:54:29 -06:00
Don't roll back transactions when events rejected
This commit is contained in:
parent
9fb2503493
commit
15038eb2e7
|
@ -296,7 +296,7 @@ func (r *Inputer) processRoomEvent(
|
|||
"soft_fail": softfail,
|
||||
"missing_prev": missingPrev,
|
||||
}).Warn("Stored rejected event")
|
||||
return rejectionErr
|
||||
return nil
|
||||
}
|
||||
|
||||
switch input.Kind {
|
||||
|
|
Loading…
Reference in a new issue