Ghost/ghost/webmentions
Fabien "egg" O'Carroll 78bebc6279 Refactored the assignment of Mention metadata
refs https://github.com/TryGhost/Team/issues/2535

Moving this into a separate method allows us to set the metadata externally from
the Mention entity and keep all of the validation, without having duplicate code
2023-02-10 11:43:16 +07:00
..
lib Refactored the assignment of Mention metadata 2023-02-10 11:43:16 +07:00
test Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
.eslintrc.js
index.js
package.json Added mention discovery service (#16154) 2023-01-20 11:45:48 +01:00
README.md

Webmentions

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