mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
help: Move channel types into an include file.
This commit is contained in:
@@ -2,20 +2,7 @@
|
|||||||
|
|
||||||
{!channels-intro.md!}
|
{!channels-intro.md!}
|
||||||
|
|
||||||
There are three types of channels in Zulip:
|
{!channel-privacy-types.md!}
|
||||||
|
|
||||||
* [Private channels](#private-channels) (indicated by <i class="zulip-icon
|
|
||||||
zulip-icon-lock"></i>), where joining and viewing messages requires being
|
|
||||||
invited. You can choose whether new subscribers can see messages sent before
|
|
||||||
they were subscribed.
|
|
||||||
|
|
||||||
* [Public channels](#public-channels) (indicated by <i class="zulip-icon
|
|
||||||
zulip-icon-hashtag"></i>), which are open to everyone in your organization
|
|
||||||
other than guests.
|
|
||||||
|
|
||||||
* [Web-public channels](#web-public-channels) (indicated by <i class="zulip-icon
|
|
||||||
zulip-icon-globe"></i>), where anyone on the Internet can see messages without
|
|
||||||
creating an account.
|
|
||||||
|
|
||||||
In addition, you can configure the following permissions for each channel,
|
In addition, you can configure the following permissions for each channel,
|
||||||
regardless of its type:
|
regardless of its type:
|
||||||
|
|||||||
15
help/include/channel-privacy-types.md
Normal file
15
help/include/channel-privacy-types.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
There are three types of channels in Zulip:
|
||||||
|
|
||||||
|
* [Private channels](/help/channel-permissions#private-channels)
|
||||||
|
(indicated by <i class="zulip-icon zulip-icon-lock"></i>), where
|
||||||
|
joining and viewing messages requires being invited. You can choose
|
||||||
|
whether new subscribers can see messages sent before they were
|
||||||
|
subscribed.
|
||||||
|
|
||||||
|
* [Public channels](/help/channel-permissions#public-channels)
|
||||||
|
(indicated by <i class="zulip-icon zulip-icon-hashtag"></i>), which
|
||||||
|
are open to everyone in your organization other than guests.
|
||||||
|
|
||||||
|
* [Web-public channels](/help/channel-permissions#web-public-channels)
|
||||||
|
(indicated by <i class="zulip-icon zulip-icon-globe"></i>), where
|
||||||
|
anyone on the Internet can see messages without creating an account.
|
||||||
Reference in New Issue
Block a user