mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
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:
parent
098aabd22a
commit
757132397a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue