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

Make sure to decode html_entities for blog_info() #51

Closed toolstack closed 8 months ago

toolstack commented 8 months ago

Site titles and descriptions are html entity encoded when stored in the database so convert them back to plain text before adding them to the api return values.