Give m.typing events a toplevel 'content', in which is given the list of user IDs
This commit is contained in:
parent
2edca3ca7f
commit
01b4dae166
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ All room members will receive an event on the event stream::
|
||||||
{
|
{
|
||||||
"type": "m.typing",
|
"type": "m.typing",
|
||||||
"room_id": "!room-id-here:matrix.org",
|
"room_id": "!room-id-here:matrix.org",
|
||||||
"typing": ["list of", "every user", "id who", "is currently", "typing"]
|
"content": {
|
||||||
|
"user_ids": ["list of", "every user", "who is", "currently typing"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
The client must use this list to *REPLACE* its knowledge of every user who is
|
The client must use this list to *REPLACE* its knowledge of every user who is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue