send jabber:iq:last to bare jid when contact is offline. Fixes #7610
This commit is contained in:
parent
75a5c69871
commit
dc6aa56e6a
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class VcardWindow:
|
||||||
self.contact.jid)
|
self.contact.jid)
|
||||||
else:
|
else:
|
||||||
gajim.connections[self.account].request_last_status_time(
|
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
|
# 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
|
# additional check for observer is needed, as show is offline for him
|
||||||
|
|
Loading…
Add table
Reference in a new issue