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 af1f2ef..fc179fd 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -2548,6 +2548,8 @@ class SlackThreadChannel(SlackChannelCommon): self.channel_buffer = None self.got_history = False self.active = False + if update_remote and not self.eventrouter.shutting_down: + self.mark_read() def render(self, message, force=False): return message.render(force) |