Skip to content
Snippets Groups Projects
Commit c201b03d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo: update correctly gajim.last_message_time when we receive a message. Fixes #1281

parent 31e54bc2
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ class ChatControlBase(MessageControl):
if not count_as_new:
return
if kind == 'incoming_queue':
if kind != 'incoming_queue':
gajim.last_message_time[self.account][self.get_full_jid()] = \
time.time()
urgent = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment