You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a person signs up with an invite code, he should automatically follow the owner of the invite code. For example, if person Y received an invite code from person X, once Y signs ups, they should automatically be set to follow X.
Thanks
The text was updated successfully, but these errors were encountered:
## Description
Follow the person who invites the user when creating an account
## Related Issue
- #356
## Notes
<!-- Other thing to say -->
N/A
## Test
1. Run local server
2. Create a user by hitting `POST /users/me`
3. Check if there is a following record that followerId = userId and
followingId = inviterId
## Screenshots (if appropriate):
TBA
## TODO
- [x] Clear `console.log` or `console.error` for debug usage
- [ ] Update the documentation `recnet-docs` if needed
When a person signs up with an invite code, he should automatically follow the owner of the invite code. For example, if person Y received an invite code from person X, once Y signs ups, they should automatically be set to follow X.
Thanks
The text was updated successfully, but these errors were encountered: