Remove reference to a room_id
key for typing events (#1265)
This commit is contained in:
parent
4bda06a886
commit
43a48314ac
2 changed files with 4 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
|
@ -6,8 +6,9 @@ type: module
|
||||||
|
|
||||||
Users may wish to be informed when another user is typing in a room.
|
Users may wish to be informed when another user is typing in a room.
|
||||||
This can be achieved using typing notifications. These are ephemeral
|
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
|
events, so they do not form part of the
|
||||||
[Event Graph](index.html#event-graphs) but still have a `room_id` key.
|
[Event Graph](index.html#event-graphs). Typing notifications are scoped
|
||||||
|
to a room.
|
||||||
|
|
||||||
#### Events
|
#### Events
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue