-
- Downloads
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).
Showing
- changelog.d/7594.bugfix 1 addition, 0 deletionschangelog.d/7594.bugfix
- synapse/handlers/device.py 57 additions, 1 deletionsynapse/handlers/device.py
- synapse/handlers/e2e_keys.py 5 additions, 17 deletionssynapse/handlers/e2e_keys.py
- tests/test_federation.py 56 additions, 0 deletionstests/test_federation.py
changelog.d/7594.bugfix
0 → 100644
Please register or sign in to comment