Reword intro.
This commit is contained in:
parent
aed1e23131
commit
12a39f66df
1 changed files with 12 additions and 3 deletions
|
@ -1,10 +1,19 @@
|
||||||
# Restricting room membership based on space membership
|
# Restricting room membership based on space membership
|
||||||
|
|
||||||
A desirable feature is to give room admins the power to restrict membership of
|
A desirable feature is to give room admins the power to restrict membership of
|
||||||
their room based on the membership of one or more spaces from
|
their room based on the membership of one or more rooms.
|
||||||
[MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772), for example:
|
|
||||||
|
|
||||||
> members of the #doglovers:example.com space can join this room without an invitation<sup id="a1">[1](#f1)</sup>
|
Potential usecases include:
|
||||||
|
|
||||||
|
* Private spaces (allowing any member of a [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772)
|
||||||
|
space to join child rooms in that space), for example:
|
||||||
|
|
||||||
|
> members of the #doglovers:example.com space can join this room without an invitation<sup id="a1">[1](#f1)</sup>
|
||||||
|
* Room upgrades for private rooms (instead of issuing invites to each user).
|
||||||
|
* Allowing all users in a private room to be able to join a private breakout room.
|
||||||
|
|
||||||
|
This does not preclude members from being directly invited to the room, which is
|
||||||
|
still a useful discovery feature.
|
||||||
|
|
||||||
## Proposal
|
## Proposal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue