2018-05-22 19:34:42 +02:00
|
|
|
# Stream privacy settings
|
|
|
|
|
2022-02-08 00:13:33 +01:00
|
|
|
Streams are similar to chat rooms, IRC channels, or email lists in that they
|
2021-10-25 23:55:13 +02:00
|
|
|
determine who receives a message. Zulip supports a few types of streams:
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2023-04-08 02:49:01 +02:00
|
|
|
* **Public** (<i class="zulip-icon zulip-icon-hashtag"></i>):
|
|
|
|
Members can join and view the complete message history.
|
2022-03-10 00:15:16 +01:00
|
|
|
Public streams are visible to guest users only if they are
|
2021-04-19 23:37:31 +02:00
|
|
|
subscribed (exactly like private streams with shared history).
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2023-04-08 02:49:01 +02:00
|
|
|
* **Private** (<i class="zulip-icon zulip-icon-lock"></i>):
|
|
|
|
New subscribers must be added by an existing subscriber. Only subscribers
|
|
|
|
and organization administrators can see the stream's name and description,
|
|
|
|
and only subscribers can view topics and messages with the stream:
|
2021-10-25 23:55:13 +02:00
|
|
|
* In **private streams with shared history**, new subscribers can
|
|
|
|
access the stream's full message history.
|
|
|
|
* In **private streams with protected history**, new subscribers
|
|
|
|
can only see messages sent after they join.
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2022-04-28 12:49:40 +02:00
|
|
|
* [**Web-public**](/help/public-access-option) (<i class="zulip-icon
|
2022-03-10 00:15:16 +01:00
|
|
|
zulip-icon-globe"></i>): Members can join (guests must be invited by a
|
|
|
|
subscriber). Anyone on the Internet can view complete message history without
|
|
|
|
creating an account.
|
|
|
|
|
2018-05-22 19:34:42 +02:00
|
|
|
## Privacy model for private streams
|
|
|
|
|
|
|
|
At a high level:
|
|
|
|
|
2020-06-10 22:42:20 +02:00
|
|
|
* Organization owners and administrators can see and modify most
|
|
|
|
aspects of a private stream, including the membership and estimated
|
|
|
|
traffic. Owners and administrators generally cannot see private
|
|
|
|
stream messages or do things that would give them access to private
|
|
|
|
stream messages, like adding new subscribers or changing the stream
|
|
|
|
privacy settings.
|
|
|
|
|
2021-04-30 00:49:02 +02:00
|
|
|
* [Organization members and moderators](/help/roles-and-permissions)
|
|
|
|
cannot easily see which private streams exist, or interact with them
|
|
|
|
in any way until they are added. Given a stream name, they can
|
|
|
|
figure out whether a stream with that name exists, but cannot see
|
|
|
|
any other details about the stream.
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2021-04-09 17:48:18 +02:00
|
|
|
* From the perspective of a guest, all streams are private streams,
|
|
|
|
and they additionally can't add other members to the streams they
|
|
|
|
are subscribed to.
|
2018-10-30 06:40:33 +01:00
|
|
|
|
2020-06-10 22:42:20 +02:00
|
|
|
There are two situations in which an organization owner or
|
|
|
|
administrator can access private stream messages:
|
2018-10-20 00:33:09 +02:00
|
|
|
|
|
|
|
* Via some types of [data export](/help/export-your-organization).
|
|
|
|
|
2020-06-10 22:42:20 +02:00
|
|
|
* Owners and administrators can change the ownership of a bot. If a
|
|
|
|
bot is subscribed to a private stream, then an administrator can get
|
|
|
|
access to that stream by taking control of the bot, though the
|
|
|
|
access will be limited to what the bot can do. (E.g. incoming
|
|
|
|
webhook bots cannot read messages.)
|
2018-10-20 00:33:09 +02:00
|
|
|
|
2018-05-22 19:34:42 +02:00
|
|
|
## Detailed permissions
|
|
|
|
|
|
|
|
### Public streams
|
|
|
|
|
2021-05-01 06:24:33 +02:00
|
|
|
<div class="centered_table"></div>
|
2021-04-30 00:49:02 +02:00
|
|
|
| | Owners and admins | Moderators | Members | Guests
|
|
|
|
|--- |--- | |--- |---
|
|
|
|
| View stream name | ✔ | ✔ | ✔ | ◾
|
|
|
|
| Join | ✔ | ✔ | ✔ |
|
|
|
|
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
2023-05-17 02:40:11 +02:00
|
|
|
| Add others | ✔ | ✶ | ✶ |
|
2023-02-16 05:29:11 +01:00
|
|
|
| Remove others | ✔ | ✶ | ✶ | ✶
|
2021-04-30 00:49:02 +02:00
|
|
|
| See subscriber list | ✔ | ✔ | ✔ | ◾
|
|
|
|
| See full history | ✔ | ✔ | ✔ | ◾
|
|
|
|
| See estimated traffic | ✔ | ✔ | ✔ | ◾
|
|
|
|
| Post | ✔ | ✶ | ✶ | ✶
|
|
|
|
| Change the privacy | ✔ | | |
|
|
|
|
| Rename | ✔ | | |
|
|
|
|
| Edit the description | ✔ | | |
|
|
|
|
| Delete | ✔ | | |
|
2019-03-02 01:02:16 +01:00
|
|
|
|
2021-05-19 18:07:26 +02:00
|
|
|
<span class="legend_symbol">✔</span><span class="legend_label">Always</span>
|
2019-03-02 01:02:16 +01:00
|
|
|
|
2021-05-19 18:07:26 +02:00
|
|
|
<span class="legend_symbol">◾</span><span class="legend_label">If subscribed to the stream</span>
|
2019-03-02 01:02:16 +01:00
|
|
|
|
2023-02-16 05:29:11 +01:00
|
|
|
<span class="legend_symbol">✶</span><span class="legend_label">
|
2023-05-17 02:40:11 +02:00
|
|
|
Configurable. See [Stream posting policy](/help/stream-sending-policy),
|
|
|
|
[Configure who can add users][add-users], and
|
|
|
|
[Configure who can remove users][remove-users]
|
2023-02-16 05:29:11 +01:00
|
|
|
for details.
|
|
|
|
</span>
|
2018-05-31 22:25:52 +02:00
|
|
|
|
2018-05-22 19:34:42 +02:00
|
|
|
### Private streams
|
|
|
|
|
2021-05-01 06:24:33 +02:00
|
|
|
<div class="centered_table"></div>
|
2021-04-30 00:49:02 +02:00
|
|
|
| | Owners and admins | Moderators | Members | Guests
|
|
|
|
|--- |--- | |--- |---
|
|
|
|
| View stream name | ✔ | ◾ | ◾ | ◾
|
|
|
|
| Join | | | |
|
|
|
|
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
2023-05-17 02:40:11 +02:00
|
|
|
| Add others | ◾ | ✶ | ✶ |
|
2023-02-16 05:29:11 +01:00
|
|
|
| Remove others | ✔ | ✶ | ✶ | ✶
|
2021-04-30 00:49:02 +02:00
|
|
|
| See subscriber list | ✔ | ◾ | ◾ | ◾
|
|
|
|
| See full history | ✶ | ✶ | ✶ | ✶
|
|
|
|
| See estimated traffic | ✔ | ◾ | ◾ | ◾
|
|
|
|
| Post | ◾ | ✶ | ✶ | ✶
|
|
|
|
| Change the privacy | ◾ | | |
|
|
|
|
| Rename | ✔ | | |
|
|
|
|
| Edit the description | ✔ | | |
|
|
|
|
| Delete | ✔ | | |
|
2018-10-30 06:40:33 +01:00
|
|
|
|
2021-05-19 18:07:26 +02:00
|
|
|
<span class="legend_symbol">✔</span><span class="legend_label">Always</span>
|
2018-05-31 22:25:52 +02:00
|
|
|
|
2021-05-19 18:07:26 +02:00
|
|
|
<span class="legend_symbol">◾</span><span class="legend_label">If subscribed to the stream</span>
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2023-02-16 05:29:11 +01:00
|
|
|
<span class="legend_symbol">✶</span><span class="legend_label">
|
|
|
|
Configurable, but at minimum must be subscribed to the stream.
|
2023-05-17 02:40:11 +02:00
|
|
|
See [Stream posting policy](/help/stream-sending-policy),
|
|
|
|
[Configure who can add users][add-users], and
|
|
|
|
[Configure who can remove users][remove-users]
|
2023-02-16 05:29:11 +01:00
|
|
|
for details.
|
|
|
|
</span>
|
2020-05-22 02:04:34 +02:00
|
|
|
|
|
|
|
## Related articles
|
|
|
|
|
|
|
|
* [Roles and permissions](/help/roles-and-permissions)
|
|
|
|
* [Stream sending policy](/help/stream-sending-policy)
|
2022-04-28 12:49:40 +02:00
|
|
|
* [Web-public streams](/help/public-access-option)
|
2023-05-17 02:40:11 +02:00
|
|
|
|
|
|
|
[add-users]: /help/configure-who-can-invite-to-streams#configure-who-can-add-users
|
|
|
|
[remove-users]: /help/configure-who-can-invite-to-streams#configure-who-can-remove-users
|