debug
This commit is contained in:
parent
833faa5a6c
commit
81279f4ed2
2 changed files with 2 additions and 1 deletions
|
|
@ -111,6 +111,7 @@ class LocalNodesBase(Thread):
|
|||
u = user.models.User.get_or_create(data['id'])
|
||||
u.info['username'] = data['username']
|
||||
u.info['local'] = data
|
||||
u.update_name()
|
||||
u.save()
|
||||
state.nodes.queue('add', u.id)
|
||||
self.send()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue