Merge branch 'zero_con' into 'master'
Zeroconf: fix unexpected keyword argument See merge request gajim/gajim!174
This commit is contained in:
commit
01d535527e
gajim/common/zeroconf
|
@ -325,7 +325,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
|
||||||
def _change_from_invisible(self):
|
def _change_from_invisible(self):
|
||||||
self.connection.announce()
|
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):
|
if self.connection.set_show_msg(show, msg):
|
||||||
app.nec.push_incoming_event(OurShowEvent(None, conn=self,
|
app.nec.push_incoming_event(OurShowEvent(None, conn=self,
|
||||||
show=show))
|
show=show))
|
||||||
|
|
Loading…
Reference in New Issue