parent
10c3307427
commit
a28f243ed7
1 changed files with 5 additions and 0 deletions
|
@ -379,6 +379,8 @@ Parameter Type Description
|
|||
========= ========= =============================================
|
||||
changed [string] List of users who have updated their device identity keys
|
||||
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": [
|
||||
"@alice:example.com",
|
||||
],
|
||||
"left": [
|
||||
"@bob:example.com",
|
||||
],
|
||||
},
|
||||
"device_one_time_keys_count": {
|
||||
"curve25519": 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue