diff options
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py index 000c8ea..6b541fb 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -2190,6 +2190,8 @@ class SlackChannelHashedMessages(dict): self.channel.change_message(other_message.ts) if other_message.thread_channel: other_message.thread_channel.rename() + for thread_message in other_message.submessages: + self.channel.change_message(thread_message) self[short_hash] = key self[key] = short_hash |