diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 20:29:21 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 20:29:21 +0200 |
commit | 354945a7efd80f5d4d2b4e0836802cf32fa1b270 (patch) | |
tree | e326bc38197c3761436693b1874333ef9013c456 /docs/Options.md | |
parent | 5cb0a262783f8772f4d3f5f1adfbc9936d9f9dc6 (diff) | |
download | wee-slack-354945a7efd80f5d4d2b4e0836802cf32fa1b270.tar.gz |
Update generated docs
Diffstat (limited to 'docs/Options.md')
-rw-r--r-- | docs/Options.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Options.md b/docs/Options.md index 030ed78..c8d0df3 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -136,11 +136,17 @@ slack` after changing it to take effect. **Description:** Poke Slack every five minutes so that it never marks you "away". +### notify_subscribed_threads + +**Default:** `auto` + +**Description:** Control if you want to see a notification in the team buffer when a thread you're subscribed to receives a new message, either auto, true or false. auto means that you only get a notification if auto_open_threads and thread_messages_in_channel both are false. Defaults to auto. + ### notify_usergroup_handle_updated **Default:** `false` -**Description:** Control if you want to see notification when a usergroup's handle has changed, either true or false. +**Description:** Control if you want to see a notification in the team buffer when ausergroup's handle has changed, either true or false. ### record_events |