From 1717e0a387830f5e2b7b07c76356b25233a56031 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 14 May 2020 12:26:53 +0100 Subject: [PATCH] weechat: auto open threads --- weechat/plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat/plugins.conf b/weechat/plugins.conf index a89ee43..2413d30 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -86,7 +86,7 @@ python.screen_away.no_output = "off" python.screen_away.set_away = "on" python.screen_away.socket_file = "" python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z" -python.slack.auto_open_threads = "false" +python.slack.auto_open_threads = "true" python.slack.background_load_all_history = "false" python.slack.cache_messages = "true" python.slack.channel_name_typing_indicator = "true" -- 2.48.1