diff --git a/architecture design proposal.md b/architecture design proposal.md index 78ba2c4..170fd23 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -108,7 +108,7 @@ class Post { ``` ## Proposal -All publicly accessible WordPress post types can become active for ActivityPub federation when selecting a transformer available for the relevant post type. The transformer determines the target ActivityPub object type, which can vary depending on variables like the post type or post format. If there is no specific transformer available for a given post type, it cannot be assigned through the user interface. +All publicly accessible WordPress post types can become active for ActivityPub federation when selecting a transformer available for the relevant post type. **It is up to the transformer to determine the target ActivityPub object type**, which may vary depending on variables such as post type or post format. If there is no specific transformer available for a given post type, it cannot be assigned through the user interface. ### Frontend | | Note | Post-Format | The Events Calendar Transformer | Custom Event Transformer |