make room alias lists peekable

pull/977/head
Richard van der Hoff 4 years ago
parent 786772f764
commit 645dbcc091

@ -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

Loading…
Cancel
Save