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

ActivityPub V2 compatibility #59

Closed toolstack closed 8 months ago

toolstack commented 8 months ago

ActivityPub V2 was just released and it looks like it breaks compatibility with this plugin as the timeline generates an "internal server error" on clients and you cannot connect a client.

toolstack commented 8 months ago

Traced this down to the attempt to autoload the '\Activitypub\Peer\Followers' class from ActivityPub V1, PR #60 resolves by disabling the autoload feature of class_exists() and adding code to use the replacement class to get followers.

akirk commented 8 months ago

Thank you for reporting and providing a fix!

toolstack commented 8 months ago

Np, I went to bed lastnight and everything was working and then work up to errors... thought I was going nuts till I noticed ActivityPub had been updated 😂