changeset befdda870aea in /home/hg/repos/gajim-plugins

author: Bahtiar `kalkin-` Gadimov <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=befdda870aea
description: Fix one of the errors in #26

diffstat:

 omemo/__init__.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ac571cc010ff -r befdda870aea omemo/__init__.py
--- a/omemo/__init__.py Wed Jan 13 20:46:44 2016 +0100
+++ b/omemo/__init__.py Fri Jan 15 13:52:44 2016 +0100
@@ -418,7 +418,7 @@
             log.debug(account + ' → Publishing bundle was successful')
             if not state.own_device_id_published():
                 log.warn(account + ' → Device list needs updating')
-                self.publish_own_devices_list(state)
+                self.publish_own_devices_list(account, state)
             else:
                 log.debug(account + ' → Device list up to date')
         else:
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to