aboutsummaryrefslogtreecommitdiffstats
path: root/slack/config.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2024-01-07 14:56:57 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:54 +0100
commit07a14fdc3a6476b65e3d19f79c20769f80fb5d31 (patch)
treef6667ee71113203991c7a59e1a6fb9fd0f59e1a8 /slack/config.py
parent651eda5185676208690ea17c8de193d257d10424 (diff)
downloadwee-slack-07a14fdc3a6476b65e3d19f79c20769f80fb5d31.tar.gz
Show thread broadcast prefix in thread buffers
Diffstat (limited to 'slack/config.py')
-rw-r--r--slack/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slack/config.py b/slack/config.py
index 93c3060..6531b6a 100644
--- a/slack/config.py
+++ b/slack/config.py
@@ -140,7 +140,7 @@ class SlackConfigSectionLook:
self._section,
"thread_broadcast_prefix",
"prefix to distinguish thread messages that were also sent to the channel, when thread_messages_in_channel is enabled",
- "+ ",
+ "+",
)
self.color_nicks_in_nicklist = WeeChatOption(