akirk / enable-mastodon-apps

Allow accessing your WordPress blog with Mastodon clients
https://wordpress.org/plugins/enable-mastodon-apps
GNU General Public License v2.0
34 stars 5 forks source link

Add hashtag follow support. #58

Open toolstack opened 8 months ago

toolstack commented 8 months ago

Builds on PR#50 and PR#57.

Adds support for following and unfollowing hashtags based on categories and tags in WP.

toolstack commented 7 months ago

As tags and categories are taxonomies already, we can't use a taxonomy to track them, so instead use a user meta value.