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

This commit is contained in:
Andrew Morgan 2022-10-05 10:54:58 +01:00 committed by GitHub
parent 4bda06a886
commit 43a48314ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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