tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.41k stars 383 forks source link

Support trending hashtags on older instances #3734

Open nikclayton opened 1 year ago

nikclayton commented 1 year ago

Per https://docs.joinmastodon.org/methods/trends/#tags the API endpoint for trending hashtags changed in Mastodon 3.5.0.

Fallback to the older route if the server (e.g. qoto.org) is running an older Mastodon version

nikclayton commented 1 year ago

More generally, it would be helpful to match specific features to the Mastodon version that introduced them, figure out the set of available features when logging into a server, and only present the features we know the server can support.