diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2021-03-17 11:04:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 11:04:57 -0400 |
commit | 73dbce55232b5e827dc59a3d0dee075d82162bf7 (patch) | |
tree | b53c25853e28a474e6dfc91c7180064877f99dcf /changelog.d | |
parent | Fix bad naming of storage function (#9637) (diff) | |
download | synapse-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.misc | 1 |
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. |