matrix-spec/changelogs/server_server/newsfragments/2536.feature

10 lines
345 B
Gherkin
Raw Normal View History

2020-05-13 00:14:56 +02:00
Add cross-signing:
2021-02-03 05:43:14 +01:00
- Add properties to the response of `GET /user/keys` and `GET
/user/devices/{userId}`.
- The `m.device_list_update` EDU is sent when a device gets a new signature.
- A new `m.signing_key_update` EDU is sent when a user's cross-signing keys
2020-05-13 00:14:56 +02:00
are changed.
2020-06-20 04:22:03 +02:00
per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).