This commit is contained in:
j 2014-05-25 22:58:53 +02:00
commit 81279f4ed2
2 changed files with 2 additions and 1 deletions

View file

@ -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()