Skip to content
Snippets Groups Projects
Unverified Commit 3d7aead5 authored by reivilibre's avatar reivilibre Committed by GitHub
Browse files

Tweak comment on `_is_local_room_accessible` as part of room visibility in...

Tweak comment on `_is_local_room_accessible` as part of room visibility in `/hierarchy` to clarify the condition for a room being visible. (#14834)
parent bac123c9
No related branches found
No related tags found
No related merge requests found
Tweak comment on `_is_local_room_accessible` as part of room visibility in `/hierarchy` to clarify the condition for a room being visible.
\ No newline at end of file
......@@ -521,8 +521,8 @@ class RoomSummaryHandler:
It should return true if:
* The requester is joined or can join the room (per MSC3173).
* The origin server has any user that is joined or can join the room.
* The requesting user is joined or can join the room (per MSC3173); or
* The origin server has any user that is joined or can join the room; or
* The history visibility is set to world readable.
Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment