fix TB with zeroconf and blocked contacts. fixes #3141
This commit is contained in:
parent
7717257a37
commit
1346ec39aa
|
@ -59,6 +59,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
|||
self.is_zeroconf = True
|
||||
self.privacy_rules_supported = False
|
||||
self.blocked_contacts = []
|
||||
self.blocked_groups = []
|
||||
self.status = ''
|
||||
self.old_show = ''
|
||||
self.priority = 0
|
||||
|
|
Loading…
Reference in New Issue