Project-Chirp / chirp-frontend

Frontend of Chirp
2 stars 3 forks source link

Relevant user follow button not working as expected #117

Closed NasihNazeem closed 2 months ago

NasihNazeem commented 2 months ago

When attempting to follow the relevant user of an expanded post, the follow button does not set the correct follow status nor does it update the UI of the follow/unfollow button. This needs to be addressed in the postSlice as well as expecting the correct followStatus in the response when gathering the relevantUser data.