Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 403 error response to federation/v1/state_ids #1926

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AllMightLegend
Copy link

@AllMightLegend AllMightLegend commented Aug 12, 2024

fixes #1912 by adding a 403 error response to /_matrix/federation/v1/state_ids/{roomId}

Pull Request Checklist

Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}

Signed-off-by: Srinjoy Sen Chowdhury [email protected]

Preview: https://pr1926--matrix-spec-previews.netlify.app

fixes matrix-org#1912 by adding a 403 error response to /_matrix/federation/v1/state_ids/{roomId}
@AllMightLegend AllMightLegend requested a review from a team as a code owner August 12, 2024 11:41
@clokep clokep changed the title #1912 issue : Update events.yaml and fixes #1912 Add 403 error response to federation/v1/state_ids Aug 12, 2024
AllMightLegend

This comment was marked as off-topic.

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also sign off your changes.

Comment on lines 1 to 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."
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the rendered output of this PR:

image

This is not a useful changelog entry.

Please have a look at other changelog fragments, as well as the existing changelog, for examples of what might be appropriate here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes give me a bit of time I will definitely complete it . Can you also please give me a heads up about why the output is like this and a little bit information about changelog fragments ? Appreciate your help sir

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you looked at other examples? Start there. If you still have questions, come back.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay thank you sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 403 response error to /_matrix/federation/v1/state_ids/{roomId}
2 participants