diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-01 17:47:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 17:47:30 +0200 |
commit | 33c39ab93c5cb9b82faa2717c62a5ffaf6780a86 (patch) | |
tree | 1b6a62a26bb7fdbd43296fd759308f50ca2328d1 /changelog.d | |
parent | Email notifications for new users when creating via the Admin API. (#7267) (diff) | |
download | synapse-33c39ab93c5cb9b82faa2717c62a5ffaf6780a86.tar.xz |
Process cross-signing keys when resyncing device lists (#7594)
It looks like `user_device_resync` was ignoring cross-signing keys from the results received from the remote server. This patch fixes this, by processing these keys using the same process `_handle_signing_key_updates` does (and effectively factor that part out of that function).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7594.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7594.bugfix b/changelog.d/7594.bugfix new file mode 100644 index 0000000000..f0c067e184 --- /dev/null +++ b/changelog.d/7594.bugfix @@ -0,0 +1 @@ +Fix a bug causing the cross-signing keys to be ignored when resyncing a device list. |