-
Notifications
You must be signed in to change notification settings - Fork 609
Update desktop notification browsers and convert to RST #691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
Configuring Notifications | ||
========================= | ||
|
||
Notifications in Mattermost alert you to unread messages and mentions. | ||
|
||
Unreads and Mentions | ||
---------------------------------------- | ||
|
||
Unread Messages Indicator | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
The name of a channel in the left-hand sidebar shows as **bold** when | ||
there are unread messages in the channel. Clicking on the channel | ||
removes the bold indicator, and brings you to the earliest unread | ||
message in the channel. | ||
|
||
You can choose not to show unread indicators in a channel by clicking | ||
**Channel Menu** > **Notification Preferences** > **Mark Channel | ||
Unread** and selecting **Only for mentions**. This will only notify you if a mention is triggered on your name or a | ||
keyword for which you're listening. | ||
|
||
Mentions Indicator | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Mentions are triggered by `selected | ||
keywords <https://docs.mattermost.com/help/settings/account-settings.html#words-that-trigger-mentions>`__ | ||
in a channel. Unread mentions are indicated by bold text and a mention counter next to | ||
the channel name in the left-hand sidebar. | ||
|
||
Clicking the channel name removes the bolding and mention count. You can | ||
review your recent mentions by clicking **@** next to the search box | ||
at the top of the screen. | ||
|
||
Learn more about `mentioning | ||
teammates <http://docs.mattermost.com/help/messaging/mentioning-teammates.html>`__. | ||
|
||
Email Notifications | ||
------------------------------------- | ||
|
||
Emails are sent for any mentions you receive if you have Mattermost | ||
closed or have not had any browser activity for a short time. | ||
|
||
- Turn email notifications On or Off in **Account Settings** > | ||
**Notifications** > **Email Notifications**. | ||
- Configure the email address where notifications are sent in **Account | ||
Settings** > **General** > **Email**. | ||
|
||
Desktop Notifications | ||
------------------------------------- | ||
|
||
These are browser notifications that appear in the corner of your main | ||
monitor. By default, these notifications are sent for all activity while | ||
Mattermost is open. Desktop notifications are available on Edge, Firefox, | ||
Safari, Chrome and `Mattermost Desktop Apps <https://about.mattermost.com/download/#mattermostApps>`_. | ||
|
||
- Configure when desktop notifications are sent from **Account | ||
Settings** > **Notifications** > **Desktop Notifications** > **Send | ||
Desktop Notifications**. | ||
- Configure channel specific desktop notifications from **Channel | ||
Menu** > **Notification Preferences** > **Send Desktop | ||
Notifications**. By default, all channels use the global setting | ||
configured in *Account Settings*. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we have a guideline for using italics here? If not maybe queue for discussion? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes we decided that Italics are for windows or sections that guide the user but not for clicks. |
||
|
||
Notification Sounds | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
A notification sound plays for all activity that would fire a desktop | ||
notification. Notification sounds are available on IE11, Edge, Safari, Chrome and | ||
`Mattermost Desktop Apps <https://about.mattermost.com/download/#mattermostApps>`_. | ||
|
||
- Turn notification sounds On or Off in **Account Settings** > | ||
**Notifications** > **Desktop Notification Sounds**. | ||
- Configure desktop notification triggers, sounds and duration in | ||
**Account Settings** > **Notifications** > **Desktop Notifications**. | ||
- Configure channel specific desktop notifications from **Channel | ||
Menu** > **Notification Preferences** > **Send Desktop | ||
Notifications**. By default, all channels use the global setting | ||
configured in *Account Settings*. | ||
|
||
Mobile Push Notifications | ||
-------------------------------------------- | ||
|
||
If the Mattermost Android or iOS app is installed, push notifications | ||
can be sent to your mobile device. By default, these notifications are | ||
sent for mentions in any channel or direct message channel that is not | ||
being viewed on desktop. | ||
|
||
- Configure when push notifications are sent from **Account Settings** | ||
> **Notifications** > **Mobile Push Notifications** > **Send mobile | ||
push notifications**. | ||
- Configure when push notifications are sent depending on your status | ||
from **Account Settings** > **Notifications** > **Mobile Push | ||
Notifications** > **Trigger push notifications when**. | ||
|
||
Browser Tab Notifications | ||
---------------------------------------- | ||
|
||
If Mattermost is open in a browser tab the favicon updates to inform you of unread messages and | ||
mentions. Browser tab notifications are available on Firefox and Chrome. | ||
|
||
- Unread messages are denoted by an asterisk (\*) next to the Mattermost icon. | ||
- Unread mentions are counted in brackets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a period at the end of this bullet point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed