From 757132397a3cbf0241773791bc3e993e27259f01 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 4 Oct 2022 10:11:42 +0100 Subject: [PATCH] Remove reference to a 'room_id' key for typing events Typing events do not contain a 'room_id' key. They are instead scoped to a room, i.e. under a specific room's ephemeral events listing in a /sync response. Remove references to 'room_id' to reduce confusion. --- content/client-server-api/modules/typing_notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/typing_notifications.md b/content/client-server-api/modules/typing_notifications.md index 722c011f..52886867 100644 --- a/content/client-server-api/modules/typing_notifications.md +++ b/content/client-server-api/modules/typing_notifications.md @@ -6,8 +6,8 @@ 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 scoped to a room, but they do not form part of the +[Event Graph](index.html#event-graphs). #### Events