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 has been 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
Version information
Homeserver: imninja.net
Version: 1.10.0rc5
Install method: Docker
Platform: Container
The text was updated successfully, but these errors were encountered:
Description
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
/_matrix/client/r0/publicRooms?server=example.com
, where example.com is a server with a non-public room directoryVersion information
Homeserver: imninja.net
Version: 1.10.0rc5
Install method: Docker
Platform: Container
The text was updated successfully, but these errors were encountered: