activitypub-express icon indicating copy to clipboard operation
activitypub-express copied to clipboard

Mastodon Announce fails to validate

Open wmurphyrd opened this issue 3 years ago • 1 comments

Masto Announces objects (e.g. Note) but we're looking for an activity

wmurphyrd avatar Nov 05 '21 05:11 wmurphyrd

I'm dealing with this same problem, though I traced it via Likes, not Announces.

Is there a recommended solution to handle it? I found that in pub.activity.resolveActivity I can add a step that attempts to fetch the activity from streams by checking the object.id and that appears to get most of the way there.

I'm noticing though that the apex-inbox event isn't being fired afterward, even though the entire rest of the next.inbox.post middleware is called. I haven't yet been able to track down why.

kona314 avatar Apr 30 '23 21:04 kona314