make room alias lists peekable

This commit is contained in:
Richard van der Hoff 2020-02-19 07:25:34 +00:00
parent 786772f764
commit 645dbcc091

View file

@ -128,11 +128,8 @@ rules](https://matrix.org/docs/spec/rooms/v1#authorization-rules) and
``` ```
This API can be called by any current member of the room (calls from other This API can be called by any current member of the room (calls from other
users result in `M_FORBIDDEN`). users result in `M_FORBIDDEN`). For rooms with `history_visibility` set to
`world_readable`, it can also be called by users outside the room.
TODO: should this be tied in with `history_visibilty` to allow peeking from
non-members? On the one hand that feels like pointless clutter; on the other
it feels like it makes it more consistent with peekable rooms.
Various APIs are currently subject to implementation-defined access Various APIs are currently subject to implementation-defined access
restrictions. No change to the specification is changed in this regard restrictions. No change to the specification is changed in this regard