From: Samir Benmendil Date: Fri, 9 Jul 2021 12:08:50 +0000 (+0100) Subject: weechat: update wee-slack X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/442c8ee585b1ed50e7423640e51de297333eb333 weechat: update wee-slack --- diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 68e4968..7f74f7a 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -127,6 +127,7 @@ python.slack.show_reaction_nicks = "0" python.slack.slack_api_token = "${sec.data.slack_token_fpp}" python.slack.slack_timeout = "20000" python.slack.switch_buffer_on_join = "1" +python.slack.thread_broadcast_prefix = "+ " python.slack.thread_messages_in_channel = "false" python.slack.thread_suffix_color = "lightcyan" python.slack.trigger_value = "0" @@ -237,6 +238,7 @@ python.slack.show_reaction_nicks = "Display the name of the reacting user(s) alo python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance you want to connect to. See the README for details on how to get these." python.slack.slack_timeout = "How long (ms) to wait when communicating with Slack." python.slack.switch_buffer_on_join = "When /joining a channel, automatically switch to it as well." +python.slack.thread_broadcast_prefix = "Prefix to distinguish thread messages that were also sent to the channel, when thread_messages_in_channel is enabled." python.slack.thread_messages_in_channel = "When enabled shows thread messages in the parent channel." python.slack.thread_suffix_color = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them." python.slack.unfurl_auto_link_display = "When displaying ("unfurling") links to channels/users/etc, determine what is displayed when the text matches the url without the protocol. This happens when Slack automatically creates links, e.g. from words separated by dots or email addresses. Set it to "text" to only display the text written by the user, "url" to only display the url or "both" (the default) to display both." diff --git a/weechat/python/wee-slack b/weechat/python/wee-slack index 2c70f00..64a4395 160000 --- a/weechat/python/wee-slack +++ b/weechat/python/wee-slack @@ -1 +1 @@ -Subproject commit 2c70f00a9996e104fbefefb8c2fd9d0103bbb04e +Subproject commit 64a43951685bca2c199efd2543770693f2bcfa78