forked from MirrorHub/synapse
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.
|