2018-05-22 19:34:42 +02:00
|
|
|
# Stream privacy settings
|
|
|
|
|
2018-07-27 03:49:26 +02:00
|
|
|
Streams are similar to chatrooms, IRC channels, or email lists in that they
|
|
|
|
determine who receives a message. There are three types of streams in Zulip.
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2021-04-09 17:48:18 +02:00
|
|
|
* **Public**: Members can join and view the complete message history.
|
2021-04-19 23:37:31 +02:00
|
|
|
Public streams are visible to Guest users only if they are
|
|
|
|
subscribed (exactly like private streams with shared history).
|
2018-05-22 19:34:42 +02:00
|
|
|
|
2021-04-09 17:48:18 +02:00
|
|
|
* **Private, shared history**: You must be added by a member of the
|
|
|
|
stream. The complete message history is available as soon as you are
|
|
|
|
added.
|
2018-05-22 19:34:42 +02:00
|
|
|
|
|
|
|
* **Private, protected history**: You must be added by a member of the
|
|
|
|
stream. You only have access to the messages that are sent after you are added.
|
|
|
|
|
|
|
|
## 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 | ◾ | ◾ | ◾ | ◾
|
|
|
|
| Add others | ✔ | ✔ | ✔ |
|
|
|
|
| See subscriber list | ✔ | ✔ | ✔ | ◾
|
|
|
|
| See full history | ✔ | ✔ | ✔ | ◾
|
|
|
|
| See estimated traffic | ✔ | ✔ | ✔ | ◾
|
|
|
|
| Post | ✔ | ✶ | ✶ | ✶
|
|
|
|
| Change the privacy | ✔ | | |
|
|
|
|
| Rename | ✔ | | |
|
|
|
|
| Edit the description | ✔ | | |
|
|
|
|
| Remove others | ✔ | | |
|
|
|
|
| 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
|
|
|
|
2021-05-19 18:07:26 +02:00
|
|
|
<span class="legend_symbol">✶</span><span class="legend_label">[Configurable](/help/stream-sending-policy). Owners,
|
2020-06-10 22:42:20 +02:00
|
|
|
Administrators, and Members can, by default, post to any public
|
|
|
|
stream, and Guests can only post to public streams if they are
|
2021-05-19 18:07:26 +02:00
|
|
|
subscribed.</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 | ◾ | ◾ | ◾ | ◾
|
|
|
|
| Add others | ◾ | ◾ | ◾ |
|
|
|
|
| See subscriber list | ✔ | ◾ | ◾ | ◾
|
|
|
|
| See full history | ✶ | ✶ | ✶ | ✶
|
|
|
|
| See estimated traffic | ✔ | ◾ | ◾ | ◾
|
|
|
|
| Post | ◾ | ✶ | ✶ | ✶
|
|
|
|
| Change the privacy | ◾ | | |
|
|
|
|
| Rename | ✔ | | |
|
|
|
|
| Edit the description | ✔ | | |
|
|
|
|
| Remove others | ✔ | | |
|
|
|
|
| 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
|
|
|
|
2021-05-19 18:07:26 +02:00
|
|
|
<span class="legend_symbol">✶</span><span class="legend_label">[Configurable](/help/stream-sending-policy), but at minimum
|
|
|
|
must be subscribed to the stream.</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)
|