summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-09-01 16:02:17 +0100
committerGitHub <noreply@github.com>2020-09-01 16:02:17 +0100
commit5615eb5cb48d63df15c391fe395c8740dc4af017 (patch)
tree51803e1791fc26e85dcfe9aa60152985f7cf10eb /changelog.d
parentConvert additional databases to async/await (#8199) (diff)
downloadsynapse-5615eb5cb48d63df15c391fe395c8740dc4af017.tar.xz
Rename `_get_e2e_device_keys_txn` (#8222)
... to `_get_e2e_device_keys_and_signatures_txn`, to better reflect what it
does.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8222.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8222.misc b/changelog.d/8222.misc
new file mode 100644
index 0000000000..979c8b227b
--- /dev/null
+++ b/changelog.d/8222.misc
@@ -0,0 +1 @@
+Refactor queries for device keys and cross-signatures.