diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2024-01-07 14:56:57 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-18 11:32:54 +0100 |
commit | 07a14fdc3a6476b65e3d19f79c20769f80fb5d31 (patch) | |
tree | f6667ee71113203991c7a59e1a6fb9fd0f59e1a8 /slack/config.py | |
parent | 651eda5185676208690ea17c8de193d257d10424 (diff) | |
download | wee-slack-07a14fdc3a6476b65e3d19f79c20769f80fb5d31.tar.gz |
Show thread broadcast prefix in thread buffers
Diffstat (limited to 'slack/config.py')
-rw-r--r-- | slack/config.py | 2 |
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( |