Skip to content
Snippets Groups Projects
Commit cf5aa202 authored by Bahtiar Gadimov's avatar Bahtiar Gadimov
Browse files

Fix one of the errors in #26

parent 282d12a0
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,7 @@ class OmemoPlugin(GajimPlugin):
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:
......
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