Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @silverpill@mitra.social
Steve Bate@steve@social.technoetic.com (2026-04-28 18:49:13)
@silverpill 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).
---Reply--- silverpill@silverpill@mitra.social (2026-04-28 19:17:16) @steve 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.
Reply

---Replies---
silverpill@silverpill@mitra.social (2026-04-28 19:20:45)
@steve Do you refer to any particular duck typing implementation?