summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-12 17:16:21 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-12 17:16:21 +0100
commit30d054e0bb33264237307e80924497e3392dad15 (patch)
treeb13177256edddc051f9148479e020e420a3ae027 /synapse/storage
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentshow heroes if a room has a 'deleted' name/canonical_alias (#3851) (diff)
downloadsynapse-30d054e0bb33264237307e80924497e3392dad15.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/keys.py b/synapse/storage/keys.py

index f547977600..a1331c1a61 100644 --- a/synapse/storage/keys.py +++ b/synapse/storage/keys.py
@@ -134,6 +134,7 @@ class KeyStore(SQLBaseStore): """ key_id = "%s:%s" % (verify_key.alg, verify_key.version) + # XXX fix this to not need a lock (#3819) def _txn(txn): self._simple_upsert_txn( txn,