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.
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 correctfollowStatus
in the response when gathering the relevantUser data.