mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 14:34:19 -05:00
Tweak comment on _is_local_room_accessible
as part of room visibility in /hierarchy
to clarify the condition for a room being visible. (#14834)
This commit is contained in:
parent
bac123c9d3
commit
3d7aead5d6
1
changelog.d/14834.misc
Normal file
1
changelog.d/14834.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Tweak comment on `_is_local_room_accessible` as part of room visibility in `/hierarchy` to clarify the condition for a room being visible.
|
@ -521,8 +521,8 @@ class RoomSummaryHandler:
|
|||||||
|
|
||||||
It should return true if:
|
It should return true if:
|
||||||
|
|
||||||
* The requester is joined or can join the room (per MSC3173).
|
* 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.
|
* The origin server has any user that is joined or can join the room; or
|
||||||
* The history visibility is set to world readable.
|
* The history visibility is set to world readable.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user