Remove Non-ASCII character.
This commit is contained in:
parent
473e2cdbd8
commit
b1f13ca040
|
@ -1441,7 +1441,7 @@ class Interface:
|
||||||
contact.groups = groups or []
|
contact.groups = groups or []
|
||||||
if re_add:
|
if re_add:
|
||||||
self.roster.add_contact(jid, account)
|
self.roster.add_contact(jid, account)
|
||||||
# Refilter and update oĺd groups
|
# Refilter and update old groups
|
||||||
for group in old_groups:
|
for group in old_groups:
|
||||||
self.roster.draw_group(group, account)
|
self.roster.draw_group(group, account)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue