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 | |
parent | 5cb0a262783f8772f4d3f5f1adfbc9936d9f9dc6 (diff) | |
download | wee-slack-354945a7efd80f5d4d2b4e0836802cf32fa1b270.tar.gz |
Update generated docs
-rw-r--r-- | docs/Commands.md | 19 | ||||
-rw-r--r-- | docs/Options.md | 8 |
2 files changed, 26 insertions, 1 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 819dbf6..ce5240e 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -154,6 +154,15 @@ Run a custom slack command. Lets you set your Slack Status (not to be confused with away/here). Prints current status if no arguments are given, unsets the status if -delete is given. +### subscribe + +``` +/slack subscribe <thread> +``` + +Subscribe to a thread, so that you are alerted to new messages. When in a +thread buffer, you can omit the thread id. + ### talk ``` @@ -179,6 +188,16 @@ List the connected Slack teams. Open the thread for the message. If no message id is specified the last thread in channel will be opened. +### unsubscribe + +``` +/slack unsubscribe <thread> +``` + +Unsubscribe from a thread that has been previously subscribed to, so that +you are not alerted to new messages. When in a thread buffer, you can omit +the thread id. + ### upload ``` 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 |