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

pull/977/head
Paul "LeoNerd" Evans 10 years ago
parent 2edca3ca7f
commit 01b4dae166

@ -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

Loading…
Cancel
Save