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

add missing function. Fixes #5585

parent 7035a5cb
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ class Account(object):
self.contacts = contacts
self.gc_contacts = gc_contacts
def change_contact_jid(self, old_jid, new_jid):
self.contacts.change_contact_jid(old_jid, new_jid)
def __repr__(self):
return self.name
......
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