Request blocking list on connect
This commit is contained in:
parent
204b673e86
commit
950130528d
|
@ -580,11 +580,9 @@ class ConnectionHandlers(ConnectionSocks5Bytestream,
|
|||
# ask our VCard
|
||||
self.get_module('VCardTemp').request_vcard()
|
||||
|
||||
# Get bookmarks
|
||||
self.get_module('Bookmarks').get_bookmarks()
|
||||
|
||||
# Get annotations from private namespace
|
||||
self.get_module('Annotations').get_annotations()
|
||||
self.get_module('Blocking').get_blocking_list()
|
||||
|
||||
# Inform GUI we just signed in
|
||||
app.nec.push_incoming_event(SignedInEvent(None, conn=self))
|
||||
|
|
Loading…
Reference in New Issue