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

Avoid errors when dividing strings #147

Closed mattwiebe closed 4 weeks ago

mattwiebe commented 1 month ago

I was getting this error

Fatal error: Uncaught TypeError: Unsupported operand types: string / string in wp-content/plugins/enable-mastodon-apps/includes/handler/class-media-attachment.php:183

on my home stream. Looks like we're running PHP 8.1.29, maybe it's something to do with that.