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
it should also try to _summarize_remote_room_hierarchy before raising error
The text was updated successfully, but these errors were encountered:
ajbura
changed the title
/hierarchy returns 403 when room is not on server
/hierarchy returns 403 when unknown room is accessible through federation
May 5, 2024
Trying to fixelement-hq#17143 again
The change actually need via parameter in the /hierarchy endpoint in spec, but IMO temporarily its a good fix to atleast look for the server extracting from the room id rather than nothing.
Description
/hierarchy returns 403 when room is not on server without trying to get it from federation.
Steps to reproduce
Homeserver
matrix.org, envs.net
Synapse Version
{"server_version":"1.106.0rc1 (b=matrix-org-hotfixes,b9639065eb)"}
Installation Method
Docker (matrixdotorg/synapse)
Database
N/A
Workers
I don't know
Platform
N/A
Configuration
N/A
Relevant log output
Anything else that would be useful to know?
problem area:
synapse/synapse/handlers/room_summary.py
Line 187 in 7254015
it should also try to
_summarize_remote_room_hierarchy
before raising errorThe text was updated successfully, but these errors were encountered: