document left parameter of device_lists in sync response

fix #1171
This commit is contained in:
Valentin Deniaud 2018-06-11 15:44:17 +02:00
parent 10c3307427
commit a28f243ed7

View file

@ -379,6 +379,8 @@ Parameter Type Description
========= ========= ============================================= ========= ========= =============================================
changed [string] List of users who have updated their device identity keys changed [string] List of users who have updated their device identity keys
since the previous sync response. since the previous sync response.
left [string] List of users with whom we do not share any encrypted rooms
anymore since the previous sync response.
========= ========= ============================================= ========= ========= =============================================
@ -393,6 +395,9 @@ Example response:
"changed": [ "changed": [
"@alice:example.com", "@alice:example.com",
], ],
"left": [
"@bob:example.com",
],
}, },
"device_one_time_keys_count": { "device_one_time_keys_count": {
"curve25519": 10, "curve25519": 10,