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-03 18:27:26 +0100
committerGitHub <noreply@github.com>2020-09-03 18:27:26 +0100
commitf97f9485eeee8bdc79b57ed5c35852fb16d02300 (patch)
tree02f3f0c83e6854ff3130a194bd739f29d1ed3f11 /changelog.d
parentFix typing for `@cached` wrapped functions (#8240) (diff)
downloadsynapse-f97f9485eeee8bdc79b57ed5c35852fb16d02300.tar.xz
Split fetching device keys and signatures into two transactions (#8233)
I think this is simpler (and moves stuff out of the db threads)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8233.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8233.misc b/changelog.d/8233.misc
new file mode 100644
index 0000000000..979c8b227b
--- /dev/null
+++ b/changelog.d/8233.misc
@@ -0,0 +1 @@
+Refactor queries for device keys and cross-signatures.