Add docs on how to update default streams.

This commit is contained in:
Andrew Drozdov 2015-10-13 11:09:37 -04:00 committed by Tim Abbott
parent 59dfec8f8b
commit f6311478e6
1 changed files with 10 additions and 0 deletions

View File

@ -284,6 +284,16 @@ using topics:
* You can edit topics to fix a thread that's already been started, * You can edit topics to fix a thread that's already been started,
which can be helpful when onboarding new batches of users to the platform. which can be helpful when onboarding new batches of users to the platform.
Third, setting default streams for new users is a great way to get
new users involved in conversations before they've accustomed
themselves with joining streams on their own. You can use the
[`set_default_streams`](https://github.com/zulip/zulip/blob/master/zerver/management/commands/set_default_streams.py)
command to set default streams for users within a realm:
```
python manage.py set_default_streams --domain=example.com --streams=foo,bar,...
```
(3) Notification settings. Zulip gives you a great deal of control (3) Notification settings. Zulip gives you a great deal of control
over which messages trigger desktop notifications; you can configure over which messages trigger desktop notifications; you can configure
these extensively in the `/#settings` page (get there from the gear these extensively in the `/#settings` page (get there from the gear