|
2 | 2 |
|
3 | 3 | It is currently possible to inspect the state of rooms in some circumstances: |
4 | 4 |
|
5 | | -* If the room has `history_visibility: world_readable`, then anyone can inspect it (by calling `/state` on it). |
| 5 | +* If the room has `history_visibility: world_readable`, then anyone can inspect |
| 6 | + it (by calling `/state` on it). |
6 | 7 | * Rooms in the room directory expose some of their state publicly. |
7 | | -* [Invited users](https://matrix.org/docs/spec/server_server/r0.1.4#put-matrix-federation-v2-invite-roomid-eventid) (and [knocking users](https://github.com/matrix-org/matrix-doc/pull/2403)) receive stripped state events. |
| 8 | +* [Invited users](https://matrix.org/docs/spec/server_server/r0.1.4#put-matrix-federation-v2-invite-roomid-eventid) |
| 9 | + (and [knocking users](https://github.com/matrix-org/matrix-doc/pull/2403)) |
| 10 | + receive stripped state events. |
8 | 11 |
|
9 | 12 | This MSC proposes exposing the stripped state events that are currently available |
10 | 13 | to invited and knocking users to any user who could potentially join a room. It |
@@ -70,7 +73,9 @@ the following mechanisms: |
70 | 73 | Future MSCs might include additional mechanism for a user to join a room and |
71 | 74 | should consider this MSC, for example: |
72 | 75 |
|
73 | | -* [MSC3083: Restricting room membership based on space membership](https://github.com/matrix-org/matrix-doc/pull/3083) proposes allowing users to join a room based on their membership in a space (as defined in [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772)). |
| 76 | +* [MSC3083: Restricting room membership based on space membership](https://github.com/matrix-org/matrix-doc/pull/3083) |
| 77 | + proposes allowing users to join a room based on their membership in a space (as defined in |
| 78 | + [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772)). |
74 | 79 |
|
75 | 80 | Additionally, it is recommended, but not required, that homeserver implementations |
76 | 81 | include the following as stripped state events: |
|
0 commit comments