mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-02 01:04:55 -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.