wkentdag/sup

Give uuid back to user upon creation

Closed this issue · 2 comments

When a new user is created from client, they have no way of knowing their uuid (which is needed for getting visible status, friends etc).

Perhaps we should just create the uuid on the client instead?

The UID is set by postgres so I don't think we should set it ourselves. It's pretty easy to change the route to just return the new UID, i'lll set it up tonight