parent
1827249653
commit
872ee3d675
1 changed files with 3 additions and 1 deletions
|
@ -174,6 +174,8 @@ class Presence:
|
|||
else:
|
||||
# Convert the inital roster contact to a contact with resource
|
||||
contact.resource = resource
|
||||
event.old_show = 0
|
||||
if contact.show in status_strings:
|
||||
event.old_show = status_strings.index(contact.show)
|
||||
|
||||
event.need_add_in_roster = True
|
||||
|
|
Loading…
Add table
Reference in a new issue