Give m.typing events a toplevel 'content', in which is given the list of user IDs

This commit is contained in:
Paul "LeoNerd" Evans 2014-12-12 11:53:48 +00:00
parent 2edca3ca7f
commit 01b4dae166

View file

@ -26,7 +26,9 @@ All room members will receive an event on the event stream::
{
"type": "m.typing",
"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