From 62009e30626241d601b48ad9fc867f92979fe056 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 5 Oct 2022 10:51:42 +0100 Subject: [PATCH] reword room-scoped ephemeral events blurb --- content/client-server-api/modules/typing_notifications.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/typing_notifications.md b/content/client-server-api/modules/typing_notifications.md index 52886867..5002d60c 100644 --- a/content/client-server-api/modules/typing_notifications.md +++ b/content/client-server-api/modules/typing_notifications.md @@ -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, but they do not form part of the -[Event Graph](index.html#event-graphs). +events, so they do not form part of the +[Event Graph](index.html#event-graphs), even though they are scoped +to a room. #### Events