Accounts now follow themselves on account creation
This commit is contained in:
parent
fd7622d9c9
commit
7ac5463f64
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ def create_account(email, username, password):
|
||||||
'theme': 'default',
|
'theme': 'default',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
follow(username, username)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'status': 'success',
|
'status': 'success',
|
||||||
'code': 0,
|
'code': 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue