Files
indiekit-endpoint-activitypub/lib
Ricardo bd87769ad0 fix: Accept handler skipping all accepts due to inner object type
Fedify resolves accept.getObject() to a Person (the Follow target actor)
rather than the Follow activity itself. The instanceof Follow check
rejected every Accept. Removed inner object inspection entirely — instead
match directly against ap_following where source is refollow:sent. If we
have a pending follow for this actor, any Accept from them confirms it.
2026-02-20 09:47:32 +01:00
..