Merge pull request #1126 from SystemKeeper/fix/noid/already-joined-docs

fix(docs): already_joined error response
This commit is contained in:
Joachim Bauch 2025-11-24 09:46:07 +01:00 committed by GitHub
commit c587489765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -493,9 +493,11 @@ Message format (Server -> Client if already joined before):
"code": "already_joined",
"message": "Human readable error message",
"details": {
"roomid": "the-room-id",
"properties": {
...additional room properties...
"room": {
"roomid": "the-room-id",
"properties": {
...additional room properties...
}
}
}
}