aboutsummaryrefslogtreecommitdiffstats
path: root/slack/slack_conversation.py
diff options
context:
space:
mode:
Diffstat (limited to 'slack/slack_conversation.py')
-rw-r--r--slack/slack_conversation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slack/slack_conversation.py b/slack/slack_conversation.py
index 652c8f2..2ac8f21 100644
--- a/slack/slack_conversation.py
+++ b/slack/slack_conversation.py
@@ -613,7 +613,7 @@ class SlackConversation(SlackBuffer):
)
async def open_thread(self, thread_hash: str, switch: bool = False):
- thread_ts = self.message_hashes.get_ts(thread_hash)
+ thread_ts = self.ts_from_hash(thread_hash)
if thread_ts:
thread_message = self.messages.get(thread_ts)
if thread_message is None: