mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-31 02:24:09 +00:00
33c39ab93c
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).