-
- Downloads
Fix AssertionErrors after purging events (#11642)
* 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
Showing
- changelog.d/11536.bugfix 1 addition, 0 deletionschangelog.d/11536.bugfix
- changelog.d/11536.misc 0 additions, 1 deletionchangelog.d/11536.misc
- changelog.d/11642.bugfix 1 addition, 0 deletionschangelog.d/11642.bugfix
- scripts-dev/check-newsfragment 2 additions, 2 deletionsscripts-dev/check-newsfragment
- synapse/handlers/stats.py 11 additions, 0 deletionssynapse/handlers/stats.py
- synapse/handlers/user_directory.py 15 additions, 3 deletionssynapse/handlers/user_directory.py
changelog.d/11536.bugfix
0 → 100644
changelog.d/11536.misc
deleted
100644 → 0
changelog.d/11642.bugfix
0 → 100644
Please register or sign in to comment