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)
This commit is contained in:
Srinjoy Sen Chowdhury 2024-08-28 10:38:39 +05:30 committed by GitHub
parent 215982abc2
commit 6c3ecb6a8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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