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" %}}