Today's deep dive into #activitypub
General Discussion
1
Posts
1
Posters
0
Views
-
Today's deep dive into #activitypub
#selfhosting a #pixelfed instance, I send a Follow request to a selfhosted #wordpress blog with AP plugin. The returned Accept Follow payload gets processed by InboxWorker where it just fizzles.
I then send a Follow request to this account hosted on mastodon.social. That payload gets processed by InboxValidator instead, then on to ActivityHandler and down the FollowPipeline as expected.
Only message difference is #mastodon adds a 'username' field.
Bug?