mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 16:37:46 -05:00
197bd126f0
This is due to the fact that we prefilled caches using txn.call_after, which always gets called including on error. We fix this by making txn.call_after only fire when a transaction completes successfully, which is what we want most of the time anyway.