Remove reference to a `room_id` key for typing events (#1265)

pull/1276/head
Andrew Morgan 2 years ago committed by GitHub
parent 4bda06a886
commit 43a48314ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
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, so they do not form part of the
[Event Graph](index.html#event-graphs). Typing notifications are scoped
to a room.
#### Events

Loading…
Cancel
Save