Saw this "Followed hashtags" collapsible list on mastodon.social (v4.4.0 nightly), wondering how long the list of hashtags will be.
Turns out it's hard-coded to 4 🤷♂️
- Initial PR: https://github.com/mastodon/mastodon/pull/35029/files#diff-69d0fde1e60d28600ccbca6546ac727c4136ca7b6cafa2d5f31e8f879c1610d1R35
- Latest change (June 23rd): https://github.com/mastodon/mastodon/blob/6d017dbf10c2a80e5e7fce387e50374ea6442d3b/app/javascript/mastodon/features/navigation_panel/components/followed_tags_panel.tsx#L27
There's no limit set for lists tho' (its API doesn't have `limit` too)
#MastoDev