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

send jabber:iq:last to bare jid when contact is offline. Fixes #7610

parent 75a5c698
No related branches found
No related tags found
No related merge requests found
......@@ -439,7 +439,7 @@ class VcardWindow:
self.contact.jid)
else:
gajim.connections[self.account].request_last_status_time(
self.contact.jid, self.contact.resource)
self.contact.jid, '')
# do not wait for os_info if contact is not connected or has error
# additional check for observer is needed, as show is offline for him
......
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