When unfollowing, the unfollowed users notes are not automatically removed from feeds
Opened this issue · 0 comments
bryanmontz commented
Describe the bug
When you follow a user, their notes are immediately and automatically inserted into the feed. However, when you unfollow a user, their notes are not immediately and automatically removed from the feed. You can pull to refresh, and they are removed. From a user expectation perspective, we should do our best to immediately remove them.
To Reproduce
Steps to reproduce the behavior:
- Navigate to the feed and observe the content of it.
- Navigate to a user's profile that you don't already follow.
- Follow that user.
- Observe that the feed immediately contains their notes.
- Go back to the profile and unfollow the user.
- Go back to the feed.
At this point you will still see their content until you pull to refresh the feed.
Expected behavior
The unfollowed user's notes should have been automatically removed.