Request blocking list on connect
This commit is contained in:
parent
a497051965
commit
432704005d
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue