Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @silverpill@mitra.social
silverpill@silverpill@mitra.social (2026-06-14 22:39:14)
@mariusor What kind of side-effect hint would you prefer?
1. Specialized activity name
{
"type": "AcceptFeatureRequest"
"object": "https://social.example/request"
}
2. Additional property
{
"type": "Accept",
"object": "https://social.example/request",
"objectType": "FeatureRequest"
}
3. Embedded object (possibly partial):
{
"type": "Accept",
"object": {
"id": "https://social.example/request",
"type": "FeatureRequest"
}
}
---Reply---
Phantasm@phnt@fluffytail.org (2026-06-14 22:55:03)
@silverpill @mariusor 2
Reply
---Replies---
silverpill@silverpill@mitra.social (2026-06-14 23:09:40)
@phnt @mariusor I am okay with this option https://socialhub.activitypub.rocks/t/fep-5624-per-object-reply-control-policies/2723/65
But the subtype is not always determined by object. Sometimes it's target or another property. Nowadays my preference is 1.