What
Use a capability based system aka, register all necessary stuff which is regitered for the ap_post post-type for others.
e.g.
if ( \post_type_supports( 'activitypub-remote-post' ) {
...
}
Why
Remote objects that are cached might be more nuanced that a Note. E.g. a Event or a Poll might want to use a dedicated post type.
The Polls For ActivityPub plugin for example could register a dedicated post-type for remote polls, and use many of the existing features of the local poll post type but not all of them.
Also it could make this available to the reader and allow voting on incomming polls.
How
No response
What
Use a capability based system aka, register all necessary stuff which is regitered for the ap_post post-type for others.
e.g.
Why
Remote objects that are cached might be more nuanced that a
Note. E.g. a Event or a Poll might want to use a dedicated post type.The Polls For ActivityPub plugin for example could register a dedicated post-type for remote polls, and use many of the existing features of the local poll post type but not all of them.
Also it could make this available to the reader and allow voting on incomming polls.
How
No response