Today's deep dive into

a instance, I send a Follow request to a selfhosted 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 adds a 'username' field.

Bug?