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
To make space previews work, m.room.guest_access{guest_access: "can_join"} and m.room.history_visibility{history_visibility: "world_readable"} events need to be sent in all (sub)spaces.
This was partially done in #88, but that PR neglected to set m.room.guest_access for auditorium subspaces.
TODO: check if m.room.history_visibility is actually required to make space previews work.
The text was updated successfully, but these errors were encountered:
@squahtx Do you know why m.room.guest_access is needed? I'm looking through Synapse (and the spec... which is underspecified :/) and can't see where it comes into play.
Guest access allows anonymous viewers to view the room, as they otherwise would get told to go away (slightly awkward because an authenticated user could see the room, but guest users would be declined 🤷 )
To make space previews work,
m.room.guest_access
{guest_access: "can_join"}
andm.room.history_visibility
{history_visibility: "world_readable"}
events need to be sent in all (sub)spaces.This was partially done in #88, but that PR neglected to set
m.room.guest_access
for auditorium subspaces.TODO: check if
m.room.history_visibility
is actually required to make space previews work.The text was updated successfully, but these errors were encountered: