mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-19 18:04:09 +01:00
make room alias lists peekable
This commit is contained in:
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…
Reference in a new issue