summary refs log tree commit diff
path: root/changelog.d/12889.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.61.0rc1Olivier Wilkinson (reivilibre)2022-06-071-1/+0
|
* Fix room deletion (#12889)Richard van der Hoff2022-05-271-0/+1
* Fix room deletion ae7858f broke room deletion by attempting to delete the entry from `rooms` before the tables that reference it. * faster_joins: remove database rows on purge