synapse-product/synapse
Erik Johnston 197bd126f0 Fix bug where state_group tables got corrupted
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.
2017-06-07 17:39:36 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers
http
metrics
push
replication
rest
static/client
storage Fix bug where state_group tables got corrupted 2017-06-07 17:39:36 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
server.py
server.pyi
state.py
types.py
visibility.py