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 be94d4d..1859841 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1214,6 +1214,9 @@ def process_reply(message_json, eventrouter, **kwargs):
dbg("Unexpected reply")
def process_channel_marked(message_json, eventrouter, **kwargs):
+ """
+ complete
+ """
channel = kwargs["channel"]
dbg(channel, True)
channel.mark_read(False)