marrus-sh / laboratory

An API framework for interfacing with Mastodon servers
MIT License
3 stars 0 forks source link

Local/global hashtag search #16

Closed marrus-sh closed 7 years ago

marrus-sh commented 7 years ago

Apparently there aren't just local/global timelines, but also local/global hashtag timelines. Look into this.

marrus-sh commented 7 years ago

This might mean not adding a new type, but removing the local/global type distinction in general and instead specifying it through parameters. Other useful parameters: onlyShowMedia. It would be cool if we could spoof these results when Masto's API doesn't directly support them, but that might be another Issue.

marrus-sh commented 7 years ago

Fixed by https://github.com/marrus-sh/laboratory/commit/0eb18ab496fb210992bd27284c5eea5f89c8948f, although didn't add onlyShowMedia which should be a separate Issue