mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
f1605b7447
* 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
1 line
104 B
Text
1 line
104 B
Text
Fix a bug introduced in Synapse 1.59.0 which caused room deletion to fail with a foreign key violation.
|