mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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
2 lines
104 B
Plaintext
2 lines
104 B
Plaintext
Fix a bug introduced in Synapse 1.59.0 which caused room deletion to fail with a foreign key violation.
|