From 01b4dae166bf5eda1c9773f60f291da0dd871a43 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Fri, 12 Dec 2014 11:53:48 +0000 Subject: [PATCH] Give m.typing events a toplevel 'content', in which is given the list of user IDs --- drafts/typing_notifications.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drafts/typing_notifications.rst b/drafts/typing_notifications.rst index 8bd460dc..3d3d23e0 100644 --- a/drafts/typing_notifications.rst +++ b/drafts/typing_notifications.rst @@ -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