Ghost/ghost/posts-service
Fabien O'Carroll af02ca7044 Initial wire up of Posts -> Outbox flow
ref https://linear.app/tryghost/issue/MOM-29

This is very rough, and all still behind a flag. The idea is that any public
post which is published gets added to the Outbox of the site Actor. We also
dispatch an event, which will be used to deliver the Activity to any relevant
inboxes, but that is outside the scope of this commit.
2024-04-25 11:10:17 +07:00
..
lib Initial wire up of Posts -> Outbox flow 2024-04-25 11:10:17 +07:00
test 🐛Changed "free_signups" to "signups" in Post Exporter (#18883) 2023-11-07 09:52:28 +00:00
.eslintrc.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
index.js Added posts exporter implementation (#16467) 2023-03-22 09:08:35 +01:00
package.json Updated @tryghost/errors dependency 2024-03-11 17:33:51 +01:00
README.md Moved posts service to its own package 2023-03-20 16:06:42 +01:00

Posts Service