Don't roll back transactions when events rejected

This commit is contained in:
Neil Alexander 2022-02-02 15:04:33 +00:00
parent 9fb2503493
commit 15038eb2e7
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

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