mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-02 09:44:10 +01:00
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
|
|
@ -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…
Reference in a new issue