You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
When querying a remote server room directory which requires authentication, synapse currently just throws a {errcode: "M_UNKNOWN", error: "Internal server error"}
It probably makes sense to use a more specific error to indicate to the end user, that it's only possible to query that room directory as user of that server.
Steps to reproduce
query /_matrix/client/r0/publicRooms?server=example.com, where example.com is a server with a non-public room directory
get before mentioned generic internal server error