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