Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-06 | Fix bug which caused rejected events to be stored with the wrong room state ↵ | Richard van der Hoff | 7 | -103/+285 | |
(#6320) Fixes a bug where rejected events were persisted with the wrong state group. Also fixes an occasional internal-server-error when receiving events over federation which are rejected and (possibly because they are backwards-extremities) have no prev_group. Fixes #6289. | |||||
2019-11-05 | Add some checks that we aren't using state from rejected events (#6330) | Richard van der Hoff | 3 | -6/+50 | |
* Raise an exception if acce |