natjms / resin

The Pixelfed client you won't get addicted to [READ-ONLY MIRROR]
https://git.nats.solutions/nat/resin
GNU General Public License v3.0
46 stars 3 forks source link

Pixelfed API hashtag timeline endpoint always returns an empty array #25

Closed natjms closed 3 years ago

natjms commented 3 years ago

This issue is very similar to #21 but less explainable. When a request is made to get content from a hashtag's timeline at the API endpoint /api/v1/timelines/tag/:hashtag, regardless of how popular the tag seems to be on the web UI, an empty array is returned.

As it goes, this should be manually tested in a terminal at some point on a few different instances to see if it's an us issue or a Pixelfed issue. Pixeldroid and Pixelcat don't seem to have implemented hashtag timelines yet, so there's no hope in trying to see how the others do it, unless I'm forgetting about another project.

natjms commented 3 years ago

It looks like this was fixed in pixelfed/pixelfed@241ae0368fb772de50c7cbaa9e7ec17a5f36fc10 and since it doesn't otherwise cause any major quality of life issues in the meantime, I'd say this can be safely closed