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

add missing var to connection_zeroconf.py

parent 1b494900
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,10 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
self.gpg = GnuPG.GnuPG(gajim.config.get('use_gpg_agent'))
self.is_zeroconf = True
self.privacy_rules_supported = False
self.blocked_list = []
self.blocked_contacts = []
self.blocked_groups = []
self.blocked_all = False
self.status = ''
self.old_show = ''
self.priority = 0
......
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