Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for reblogged statuses doesn't contain information about reblogged/favourited #4686

Closed
mczachurski opened this issue Oct 8, 2023 · 1 comment · Fixed by #4687
Closed

Comments

@mczachurski
Copy link

Steps to reproduce:

  • open home feed (with "show reblog" enabled)
  • find some reblogged status
  • give a "Like" and "Reblog" status

In the Pixelfed Web we can see that status is liked and reblogged. JSON data contains all proper information:

web

However in the API (for the same status) information about "Like" and "Reblog" is not set:

api

Information about "Bookmark" is not working (for reblogged statuses) in both scenarios, for web and for API.

@mczachurski
Copy link
Author

API is returning data on timeline, but not when we want to get status by his ID:

home

dansup added a commit that referenced this issue Oct 9, 2023
Update ApiV1Controller, hydrate reblog interactions. Fixes #4686
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant