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

update info stored on server when we move a contact from edit group window

parent 9183b737
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ class EditGroupsDialog:
def update_contact(self):
self.plugin.roster.remove_contact(self.user, self.account)
self.plugin.roster.add_contact_to_roster(self.user.jid, self.account)
gajim.connections[self.account].update_contact(self.user.jid,
self.user.name, self.user.groups)
def on_add_button_clicked(self, widget):
group = self.xml.get_widget('group_entry').get_text()
......
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