summary refs log tree commit diff
path: root/docs/postgres.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-06Fix bug which caused rejected events to be stored with the wrong room state ↵Richard van der Hoff7-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-05Add some checks that we aren't using state from rejected events (#6330)Richard van der Hoff3-6/+50
* Raise an exception if acce