Post #3645678
2026-04-28 09:49 UTC
@silverpill@mitra.social An duck rule like the following would fail...
❌ if an object has an inbox or outbox, then it is an ActivityPub actor.
for objects that aren't actors but have valid LDN inboxes (the same property as AP actor inboxes).
Replies (1)
-
@silverpill@mitra.social 2026-04-28 10:17
@steve@social.technoetic.com I think inbox is enough for duck typing. My implementation of duck typing algorithm doesn't look for outbox property because it is not always present. This is more of a challenge for ActivityPub, which says that actors MUST have both inbox and outbox.