aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2017-02-09 11:40:29 -0800
committerRyan Huber <rhuber@gmail.com>2017-02-09 11:40:29 -0800
commit584861d2ebde84bca10ca98c5ba267b5f56382bb (patch)
tree8f38aee85a852af575c612edda0a2263846d65b4
parent8aba52aa6993ed480ea50cdb58d8d2d26f3eb5bc (diff)
downloadwee-slack-584861d2ebde84bca10ca98c5ba267b5f56382bb.tar.gz
topic whocares
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 1705ef3..f55d467 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1998,7 +1998,7 @@ def subprocess_message_deleted(message_json, eventrouter, channel, team):
def subprocess_channel_topic(message_json, eventrouter, channel, team):
text = unfurl_refs(message_json["text"], ignore_alt_text=False)
- channel.buffer_prnt(w.prefix("network").rstrip(), text, message_json["ts"])
+ channel.buffer_prnt(w.prefix("network").rstrip(), text, message_json["ts"], tagset="muted")
channel.render_topic(message_json["topic"])
def process_reply(message_json, eventrouter, **kwargs):