mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-18 04:01:06 +02:00
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).
2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
Fix a bug causing the cross-signing keys to be ignored when resyncing a device list.
|