summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2021-03-17 11:04:57 -0400
committerGitHub <noreply@github.com>2021-03-17 11:04:57 -0400
commit73dbce55232b5e827dc59a3d0dee075d82162bf7 (patch)
treeb53c25853e28a474e6dfc91c7180064877f99dcf /changelog.d
parentFix bad naming of storage function (#9637) (diff)
downloadsynapse-73dbce55232b5e827dc59a3d0dee075d82162bf7.tar.xz
only save remote cross-signing keys if they're different from the current ones (#9634)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9634.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9634.misc b/changelog.d/9634.misc
new file mode 100644
index 0000000000..59ac42cb83
--- /dev/null
+++ b/changelog.d/9634.misc
@@ -0,0 +1 @@
+Only save remote cross-signing and device keys if they're different from the current ones.