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.
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
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.