Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Activities not being sent to Public collection
ref https://linear.app/tryghost/issue/MOM-329 The `to` field for Create<Article> activities was incorrectly set to the followers collection, but the content is intended to be public. This may have been causing issues with users being able to see the content depending on if they are following the actor. What we've fixed here is made public activities addressed `to` the public collection, and adding a `cc` to the followers because they are also an intended recipient, though not the primary. Using a shared inbox make for less network requests when delivering activities and increases performance in terms of both load on the server as well as delivery times because recipients on the same server can all be informed by the same request
- Loading branch information