Remove reference to a 'room_id' key for typing events

Typing events do not contain a 'room_id' key. They are instead scoped to a room, i.e. under
a specific room's ephemeral events listing in a /sync response.

Remove  references to 'room_id' to reduce confusion.
This commit is contained in:
Andrew Morgan 2022-10-04 10:11:42 +01:00
parent 098aabd22a
commit 757132397a

View file

@ -6,8 +6,8 @@ type: module
Users may wish to be informed when another user is typing in a room.
This can be achieved using typing notifications. These are ephemeral
events scoped to a `room_id`. This means they do not form part of the
[Event Graph](index.html#event-graphs) but still have a `room_id` key.
events scoped to a room, but they do not form part of the
[Event Graph](index.html#event-graphs).
#### Events