Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @raphael@mastodon.communick.com
silverpill@silverpill@mitra.social (2026-06-14 22:32:43)
@raphael @phnt In a way, yes. My personal preferences:
1) self-describing objects (better DX)
2) more efficient processing
---Reply---
julian@julian@activitypub.space (2026-06-14 23:01:10)
I'd argue that #2 (more efficient processing) is not the case, and is highly dependent on implementation.
@silverpill@mitra.social @raphael@mastodon.communick.com
Reply
---Replies---
silverpill@silverpill@mitra.social (2026-06-14 23:19:08)
@julian @raphael With Accept, you need to resolve Accept.object in order to know what side effects to apply. Usually it's an extra database query. With AcceptFeatureRequest, you can apply side effects right away.