summary refs log tree commit diff
path: root/changelog.d/11536.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix AssertionErrors after purging events (#11642)Richard van der Hoff2022-01-041-1/+0
| | | | | | | | | | | * Fix AssertionErrors after purging events If you purged a bunch of events from your database, and then restarted synapse without receiving more events, then you would get a bunch of AssertionErrors on restart. This fixes the situation by rewinding the stream processors. * `check-newsfragment`: ignore deleted newsfiles
* Improve log messages for stream ids (#11536)Richard van der Hoff2021-12-081-0/+1
Somehow I'd managed to get my database in a pickle with stream ids. These changes were useful to debug.