From 6c3ecb6a8f4030e0e55b3ec26a383312ec74a52d Mon Sep 17 00:00:00 2001 From: Srinjoy Sen Chowdhury <116475469+AllMightLegend@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:38:39 +0530 Subject: [PATCH] Update server-server-api.md 1. Typing notifications (which contain a single room_id) 2. Read receipts (which can contain multiple room_ids) 3. Presence updates (which do not contain room_ids) --- content/server-server-api.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index 5c9bd31e..395ad70f 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -698,9 +698,10 @@ information it needs. ## EDUs -EDUs, by comparison to PDUs, do not have an ID, a room ID, or a list of -"previous" IDs. They are intended to be non-persistent data such as user -presence, typing notifications, etc. +Some EDUs may lack a room_id, while others, such as typing notifications, +include a single room_id, and some, like read receipt EDUs, can have +multiple room_ids.. They are intended to be non-persistent data such as +user presence, typing notifications, etc. {{% definition path="api/server-server/definitions/edu_with_example" %}}