Update changelogs/server_server/newsfragments/1926.new

This commit is contained in:
Richard van der Hoff 2024-10-29 14:53:18 +00:00 committed by GitHub
parent a8224c7a76
commit fda8c1611f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +1 @@
RESPONSE/server-server/edu.yaml Add 403 error response to `/_matrix/federation/v1/state_ids/{roomId}`.
Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}
CONTENT :
"403":
description: |-
The host is not in the room or the host is banned from the room via its ACL.
content:
application/json:
schema:
$ref: ../client-server/definitions/errors/error.yaml
examples:
response:
value: {
"errcode": "M_FORBIDDEN",
"error": "You do not have permission to access the state at the requested event or you have been banned."
}