mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-07 08:26:50 +00: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).
1 line
85 B
Text
1 line
85 B
Text
Fix a bug causing the cross-signing keys to be ignored when resyncing a device list.
|