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

Merge branch 'zero_con' into 'master'

Zeroconf: fix unexpected keyword argument

See merge request gajim/gajim!174
parents 5a33a59e 8b960238
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
def _change_from_invisible(self):
self.connection.announce()
def _update_status(self, show, msg):
def _update_status(self, show, msg, idle_time=None):
if self.connection.set_show_msg(show, msg):
app.nec.push_incoming_event(OurShowEvent(None, conn=self,
show=show))
......
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