mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-19 12:33:43 +01:00
md
This commit is contained in:
parent
346f7ac113
commit
1e81fbd2d8
|
|
@ -105,11 +105,12 @@ it may be overengineered.
|
||||||
Instead, the common case is wanting to define a group where some users are
|
Instead, the common case is wanting to define a group where some users are
|
||||||
publicly visible as members, and others are not. This is what the current use
|
publicly visible as members, and others are not. This is what the current use
|
||||||
cases require today. A simple way of achieving would be to create a subgroup
|
cases require today. A simple way of achieving would be to create a subgroup
|
||||||
for the private members - e.g. have +sensitive:matrix.org and +sensitive-
|
for the private members - e.g. have `+sensitive:matrix.org` and
|
||||||
private:matrix.org. The membership of `+sensitive-private:matrix.org` is set up
|
`+sensitive-private:matrix.org`. The membership of
|
||||||
with `m.room.join_rules` to not to allow peeking; you have to be joined to see
|
`+sensitive-private:matrix.org` is set up with `m.room.join_rules` to not to
|
||||||
the members, and users who don't want to be seen by the public to be member of
|
allow peeking; you have to be joined to see the members, and users who don't
|
||||||
the group are added to the subgroup.
|
want to be seen by the public to be member of the group are added to the
|
||||||
|
subgroup.
|
||||||
|
|
||||||
XXX: is there a use case today for having a group where users are unaware of the
|
XXX: is there a use case today for having a group where users are unaware of the
|
||||||
other users' membership? e.g. if I am a member of `+scandalous:matrix.org`
|
other users' membership? e.g. if I am a member of `+scandalous:matrix.org`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue