diff --git a/backend/accounts.py b/backend/accounts.py index d8918b0..482a5e9 100644 --- a/backend/accounts.py +++ b/backend/accounts.py @@ -138,6 +138,8 @@ def create_account(email, username, password): 'theme': 'default', }) + follow(username, username) + return { 'status': 'success', 'code': 0,