-
Notifications
You must be signed in to change notification settings - Fork 0
Description
🔖 Bug ID
No response
📝 Bug Summary
Users who are already being followed incorrectly appear in the "Who to Follow" section with a "Follow" button instead of "Following". When clicked, the button state doesn't update, indicating the follow status is not being properly checked or synchronized with the UI.
🔄 Steps to Reproduce
Follow a user
Navigate to the "Who to Follow" section
Observe that the previously followed user appears in the suggestions
Notice the button shows "Follow" instead of "Following"
Click the "Follow" button
The button state remains as "Follow" (doesn't change to "Following")
🚨 Severity
Minor (low impact)
🎯 Priority
P3 (fix when possible)
❌ Actual Result
Already-followed users appear in suggestions with incorrect "Follow" button state
Button doesn't update after clicking
✅ Expected Result
Users who are already being followed should either:
Not appear in the "Who to Follow" suggestions, OR
Show a "Following" button instead of "Follow"
Clicking the button should toggle the follow state correctly and update the UI
📋 Error Messages/Logs
📸 Screenshots/Videos
No response