aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 73723b9..ca1ab3e 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -3584,6 +3584,9 @@ class SlackThreadMessage(SlackMessage):
def parent_message(self):
return self.parent_channel.messages.get(self.thread_ts)
+ def open_thread(self, switch=False):
+ self.parent_message.open_thread(switch)
+
class Hdata(object):
def __init__(self, w):