I'd like to recommend that Ghost update the main index actor to be as:Group type, adhering to FEP 1b12.
The properties on both types are equivalent, both have public keys, etc.
The changes would be:
- Instead of federating
Create(Article) directly, you would Announce(Create(Article)) and Announce(Article) (for Mastodon compatibility)
- The
Create's actor and the Note's attributedTo would be the actual post author
- This would of course hinge on the future support for multiple AP authors
Rationale:
Threaded implementations could slot all content published by the blog itself in an organized collection (like a forum category).
Prior art:
Lemmy/Mbin/NodeBB all do this with their communities/categories. WordPress also does this.
I'd like to recommend that Ghost update the main
indexactor to beas:Grouptype, adhering to FEP 1b12.The properties on both types are equivalent, both have public keys, etc.
The changes would be:
Create(Article)directly, you wouldAnnounce(Create(Article))andAnnounce(Article)(for Mastodon compatibility)Create'sactorand theNote'sattributedTowould be the actual post authorRationale:
Threaded implementations could slot all content published by the blog itself in an organized collection (like a forum category).
Prior art:
Lemmy/Mbin/NodeBB all do this with their communities/categories. WordPress also does this.