docs: Remove "userids" from backend room delete events.

This commit is contained in:
Joachim Bauch 2026-01-15 10:35:32 +01:00
commit 1b7444034f
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -1745,18 +1745,15 @@ Message format (Backend -> Server)
### Room deleted
This can be used to notify about a deleted room. All sessions currently
connected to the room will leave the room.
This can be used to notify about a deleted room. Only sessions currently
connected to the room will get notified about the deletion and also leave
the room.
Message format (Backend -> Server)
{
"type": "delete"
"delete" {
"userids": [
...list of user ids that were invited to the room...
]
}
"delete" {}
}