Skip to content

Commit

Permalink
Remove reference to a room_id key for typing events (matrix-org#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored and clokep committed May 3, 2023
1 parent 8479fc5 commit 3605965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1265.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
5 changes: 3 additions & 2 deletions content/client-server-api/modules/typing_notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3605965

Please sign in to comment.