Skip to content

Commit fda8c16

Browse files
authored
Update changelogs/server_server/newsfragments/1926.new
1 parent a8224c7 commit fda8c16

File tree

1 file changed

+1
-18
lines changed
  • changelogs/server_server/newsfragments

1 file changed

+1
-18
lines changed
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
RESPONSE/server-server/edu.yaml
2-
3-
Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}
4-
5-
CONTENT :
6-
"403":
7-
description: |-
8-
The host is not in the room or the host is banned from the room via its ACL.
9-
content:
10-
application/json:
11-
schema:
12-
$ref: ../client-server/definitions/errors/error.yaml
13-
examples:
14-
response:
15-
value: {
16-
"errcode": "M_FORBIDDEN",
17-
"error": "You do not have permission to access the state at the requested event or you have been banned."
18-
}
1+
Add 403 error response to `/_matrix/federation/v1/state_ids/{roomId}`.

0 commit comments

Comments
 (0)