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

fix presence notifications with zeroconf account

parent dc677ab5
No related branches found
No related tags found
No related merge requests found
......@@ -827,6 +827,7 @@ class ZeroconfPresenceReceivedEvent(nec.NetworkIncomingEvent):
self.transport_auto_auth = False
self.errcode = None
self.errmsg = ''
self.popup = False # Do we want to open chat window ?
return True
class GcPresenceReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):
......
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