allow removing old ids
This commit is contained in:
parent
a0d0d6fd9e
commit
cec7c12ac4
4 changed files with 13 additions and 5 deletions
|
|
@ -112,6 +112,7 @@ class Node(Thread):
|
|||
u = self.user
|
||||
self.user_id = r['id']
|
||||
u.migrate_id(self.user_id)
|
||||
self._opener = get_opener(self.user_id)
|
||||
|
||||
def get_local(self):
|
||||
if self._nodes and self._nodes._local:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue