OfflineBookmarksPlugin.prevent traceback(zeroconf)
This commit is contained in:
@@ -78,6 +78,8 @@ class OfflineBookmarksPlugin(GajimPlugin):
|
|||||||
self.controls = []
|
self.controls = []
|
||||||
|
|
||||||
def is_bookmark_supported(self, account):
|
def is_bookmark_supported(self, account):
|
||||||
|
if account.is_zeroconf:
|
||||||
|
return False
|
||||||
return (account.private_storage_supported or (
|
return (account.private_storage_supported or (
|
||||||
account.pubsub_supported and account.pubsub_publish_options_supported))
|
account.pubsub_supported and account.pubsub_publish_options_supported))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user