diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-09 16:27:59 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-09 16:27:59 +0100 |
commit | a75f8686ba4c536db1a9e341786ac34bab3d25c7 (patch) | |
tree | 7769c72b7e8d300404517acdcb0bcffef0b7287d | |
parent | Improved room page loading flow: do pagination only when the members list is ... (diff) | |
download | synapse-a75f8686ba4c536db1a9e341786ac34bab3d25c7.tar.xz |
Fix bug where we used an unbound local variable if we ended up rolling back the persist_event transaction
-rw-r--r-- | synapse/storage/__init__.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py |