Ghost/ghost/webmentions
Steve Larson ae92d1425d
updated events that send mentions (#16219)
refs TryGhost/Team#2477
-removed post.edited as it was too inclusive
-changed to post.published, post.published.edited, post.unpublished
-blocked import and internal data from triggering mentions
2023-02-01 16:49:58 -06:00
..
lib updated events that send mentions (#16219) 2023-02-01 16:49:58 -06:00
test updated events that send mentions (#16219) 2023-02-01 16:49:58 -06: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