Describe the bug
In the news feed screen for every post there is a follow button even if I am following the user and even it is my post only. As a user I want to see the follow button only when I am not following the author of the post.
Reproduce
Steps to reproduce the behavior:
- Go Home Screen
- See follow button is always there.
Expected behavior
Follow button should shown only when I am not following the author of the post
Screenshots or logs

Environment:
- OS: Android 15
- App version: v63
- Node version:
- Device/emulator: Motorola edge 40
Additional context
Who will take this bug should also work on API Repository and add a parameter in the response like is_me_or_followed for GET posts/
Repository URL: https://github.com/ujjwalkar0/BizBuch-Backend
Guidelines
- If you want to work on this bug, please comment on this issue first.
- Once someone has been assigned or has claimed the issue, no one else should start working on it.
- If the issue is not completed, you must provide a progress update within 2 days.
- If no update is provided within 2 days, the issue will be considered available for others to take.
- In case there is a API Requirement, you can raise a bug on given repository.
Describe the bug
In the news feed screen for every post there is a follow button even if I am following the user and even it is my post only. As a user I want to see the follow button only when I am not following the author of the post.
Reproduce
Steps to reproduce the behavior:
Expected behavior
Follow button should shown only when I am not following the author of the post
Screenshots or logs
Environment:
Additional context
Who will take this bug should also work on API Repository and add a parameter in the response like
is_me_or_followedfor GETposts/Repository URL: https://github.com/ujjwalkar0/BizBuch-Backend
Guidelines