-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Problem: The Follow and Unfollow methods incorrectly handle user relationships. In the Follow method, the authenticated user is mistakenly set as the user to be followed instead of following another user, reversing the intended relationship. Similarly, in the Unfollow method, the logic does not remove the follower relationship between users.
Impact: This results in incorrect user relationship data being stored in the database, breaking core social interaction functionalities.
Solution: I have corrected the logic in both follow and unfollow endpoints #92
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels