send jabber:iq:last to bare jid when contact is offline. Fixes #7610
This commit is contained in:
parent
75a5c69871
commit
dc6aa56e6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue