Skip to content

Feature Request: Introduce flexible ap_post extensions using capabilities #3466

Description

@Menrath

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions