I love the ability to follow hashtags in Mastodon v4, but it's annoying that there's no UI to show you what you followed.
Quick #MastodonAPI CLI recipe to check them back:
curl --header "Authorization: Bearer $TOKEN" $INSTANCE/api/v1/followed_tags | jq '.[] | .name'
It would be lovely if some of the third party apps would add these somewhere in the UI... ?