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

Pixelfed API doesn't return remote statuses at the /timelines/public endpoint #20

Open
natjms opened this issue May 18, 2021 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@natjms
Copy link
Owner

natjms commented May 18, 2021

When you request the following two URLs:

https://pixelfed.de/api/v1/timelines/public?local=true
https://pixelfed.de/api/v1/timelines/public?remote=true

They appear to return the same results, despite the fact that as per the Mastodon API documentation, the former should return a list of only local statuses and the latter should only return remote statuses. I've tested this on Mastodon.online which seems to suggest that I'm understanding the docs right when they say "remote" statuses.

In particular, both queries look like they just return local statuses. I've also tested this on Pixelfed.social which seems to be doing the same thing. This difference isn't listed in the Pixelfed docs.

The web UI of Pixelfed allows you to access a "network" timeline that displays remote statuses, so that makes me want to believe that the API ought to provide access to the same content. It might be worth looking into how other Pixelfed clients handle this and, if I really find myself pulling out hairs over this, opening an issue on the Pixelfed repository. As it stands in Resin, both the federated and local tabs on Discover display the same content when connected to a Pixelfed instance. Presumably this wouldn't happen on a Mastodon instance but I haven't tested that at all.

@natjms natjms added the bug Something isn't working label May 18, 2021
@natjms natjms added the investigation Needs further investigation label May 22, 2021
@natjms natjms added wontfix This will not be worked on and removed investigation Needs further investigation labels Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant