From 34c4cafbf8960ee54c69f27370a8b39fba3854b4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 16 Mar 2018 09:00:25 +0000 Subject: [PATCH] weechat: update wee-slack --- weechat/plugins.conf | 2 ++ weechat/python/wee-slack | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/weechat/plugins.conf b/weechat/plugins.conf index b2390d6..0505549 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -94,6 +94,7 @@ python.slack.slack_timeout = "20000" python.slack.switch_buffer_on_join = "1" python.slack.thread_suffix_color = "lightcyan" python.slack.trigger_value = "0" +python.slack.unfurl_auto_link_display = "both" python.slack.unfurl_ignore_alt_text = "0" python.slack.unhide_buffers_with_activity = "false" python.slack_extension.colorize_messages = "0" @@ -178,6 +179,7 @@ python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance 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_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." python.slack.unfurl_ignore_alt_text = "When displaying ("unfurling") links to channels/users/etc, ignore the "alt text" present in the message and instead use the canonical name of the thing being linked to." python.slack.unhide_buffers_with_activity = "When activity occurs on a buffer, unhide it even if it was previously hidden (whether by the user or by the distracting_channels setting)." ruby.colorizer.buffer_regex = "Only colorize text in buffers with names that match this regex. Leaving this empty matches all buffer names." diff --git a/weechat/python/wee-slack b/weechat/python/wee-slack index fe7832f..f458097 160000 --- a/weechat/python/wee-slack +++ b/weechat/python/wee-slack @@ -1 +1 @@ -Subproject commit fe7832f2453469fe4978b095561d6b7fce07cab8 +Subproject commit f458097ff53e6e34bf6b47f62687c7ee55ed95a4 -- 2.48.1