Ghost/ghost/ghost
Fabien O'Carroll d15858e16a Supported delivering Activities to a Collection of Actors
ref https://linear.app/tryghost/issue/MOM-126

Now that we're setting the recipient of our Create Activites to the Followers
Collection, we need to actually dereference it and pull out all the inboxes.
This is all done over the network at the moment, but we'll start storing this
information locally when we've got the DB wired up.
2024-05-16 12:39:51 +07:00
..
src Supported delivering Activities to a Collection of Actors 2024-05-16 12:39:51 +07:00
test Added NestJS Playground 2024-03-13 19:44:06 +07:00
.eslintrc.js Allowed underscore prefixed unused params 2024-05-15 12:41:34 +07:00
package.json Added testing utilities for NestJS 2024-05-15 12:41:34 +07:00
README.md Added NestJS Playground 2024-03-13 19:44:06 +07:00
tsconfig.json Added NestJS Playground 2024-03-13 19:44:06 +07:00

Ghost

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests