This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Documentation incorrectly states that the room list always returns an empty list if disabled, while federation actually returns a 403 error #13102
Open
Description
Description
https://github.com/matrix-org/synapse/blob/develop/docs/usage/configuration/config_documentation.md?plain=1#L3337-L3339 states that both internally and externally synapse will return an empty list on ALL queries.
However
(and testing it via fed) states that actually M_FORBIDDEN and a 403 error is returned.Steps to reproduce
- Access a remote room list via fed where the remote server runs default config.
Homeserver
Not relevant. This is a docs issue.
Synapse Version
1.61.0
Installation Method
Docker (matrixdotorg/synapse)
Platform
Not relevant. This is a docs issue.
Relevant log output
Not relevant. This is a docs issue.
Anything else that would be useful to know?
No response