Skip to content

Commit 97386f1

Browse files
clokeprichvdh
authored andcommitted
Wrap text.
1 parent eaf5f0d commit 97386f1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

proposals/3173-expose-stripped-state-events.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
It is currently possible to inspect the state of rooms in some circumstances:
44

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).
67
* 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.
811

912
This MSC proposes exposing the stripped state events that are currently available
1013
to invited and knocking users to any user who could potentially join a room. It
@@ -70,7 +73,9 @@ the following mechanisms:
7073
Future MSCs might include additional mechanism for a user to join a room and
7174
should consider this MSC, for example:
7275

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)).
7479

7580
Additionally, it is recommended, but not required, that homeserver implementations
7681
include the following as stripped state events:

0 commit comments

Comments
 (0)