Ghost/ghost/webmentions
Fabien "egg" O'Carroll c6b90b6ac7 Added verified property to Mentions Admin API
closes https://github.com/TryGhost/Team/issues/2551

Rather than blindly passing all data through the API we explicitly include each
new property. This allows us to make changes to the core entities without
affecting the API. The verified property is being added now to give design the
ability to display these mentions differently.

We also needed to include the verified property in the return value of toJSON,
this was missed as part of the original entity changes
2023-02-16 14:31:05 +07:00
..
lib Added verified property to Mentions Admin API 2023-02-16 14:31:05 +07:00
test Added verified member and verify method to Mention entity 2023-02-13 19:23:34 +07:00
.eslintrc.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
index.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
package.json Added mention discovery service (#16154) 2023-01-20 11:45:48 +01:00
README.md Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00

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