Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @steve@social.technoetic.com
silverpill@silverpill@mitra.social (2026-04-28 06:53:18)
@steve How it breaks duck typing?
---Reply---
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
---Replies---
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.