Accounts now follow themselves on account creation

This commit is contained in:
Socks 2018-04-03 00:35:51 +01:00
parent fd7622d9c9
commit 7ac5463f64

View file

@ -138,6 +138,8 @@ def create_account(email, username, password):
'theme': 'default',
})
follow(username, username)
return {
'status': 'success',
'code': 0,