Update and rename 1926.feature to 1926.new

This commit is contained in:
Srinjoy Sen Chowdhury 2024-08-13 22:22:59 +05:30 committed by GitHub
parent b7ae765986
commit bc18d37a95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View file

@ -1 +0,0 @@
Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}

View file

@ -0,0 +1,18 @@
RESPONSE/server-server/edu.yaml
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."
}