Merge pull request #1106 from matrix-org/dbkr/fix_keys_changes
Fix /keys/changes response to reflect reality
This commit is contained in:
commit
46b0288ea5
2 changed files with 12 additions and 1 deletions
|
@ -336,7 +336,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
changes:
|
changed:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
@ -344,5 +344,14 @@ paths:
|
||||||
The Matrix User IDs of all users who updated their device
|
The Matrix User IDs of all users who updated their device
|
||||||
identity keys.
|
identity keys.
|
||||||
example: ["@alice:example.com", "@bob:example.org"]
|
example: ["@alice:example.com", "@bob:example.org"]
|
||||||
|
left:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
description: |-
|
||||||
|
The Matrix User IDs of all users who may have left all
|
||||||
|
the end-to-end encrypted rooms they previously shared
|
||||||
|
with the user.
|
||||||
|
example: ["@clara:example.com", "@doug:example.org"]
|
||||||
tags:
|
tags:
|
||||||
- End-to-end encryption
|
- End-to-end encryption
|
||||||
|
|
|
@ -13,6 +13,8 @@ Unreleased changes
|
||||||
- Mark ``home_server`` return field for ``/login`` and ``/register``
|
- Mark ``home_server`` return field for ``/login`` and ``/register``
|
||||||
endpoints as deprecated
|
endpoints as deprecated
|
||||||
(`#1097 <https://github.com/matrix-org/matrix-doc/pull/1097>`_).
|
(`#1097 <https://github.com/matrix-org/matrix-doc/pull/1097>`_).
|
||||||
|
- Fix response format of ``/keys/changes`` endpoint
|
||||||
|
(`#1106 <https://github.com/matrix-org/matrix-doc/pull/1106>`_)
|
||||||
|
|
||||||
- Changes to the API which will be backwards-compatible for clients:
|
- Changes to the API which will be backwards-compatible for clients:
|
||||||
- Add 'token' parameter to /keys/query endpoint
|
- Add 'token' parameter to /keys/query endpoint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue