forked-synapse/changelog.d/7594.bugfix
Brendan Abolivier 33c39ab93c
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).
2020-06-01 17:47:30 +02:00

2 lines
85 B
Plaintext

Fix a bug causing the cross-signing keys to be ignored when resyncing a device list.