summary refs log tree commit diff
path: root/changelog.d/16586.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.97.0rc1David Robertson2023-11-211-1/+0
|
* Simplify event persistence code (#16584)Patrick Cloke2023-11-031-0/+1
The event persistence code used to handle multiple rooms at a time, but was simplified to only ever be called with a single room at a time (different rooms are now handled in parallel). The code is still generic to multiple rooms causing a lot of work that is unnecessary (e.g. unnecessary loops, and partitioning data by room). This strips out the ability to handle multiple rooms at once, greatly simplifying the code.