Ghost/ghost/webmentions/test
Fabien 'egg' O'Carroll 4e8af72305
Added support for deleting mentions (#16238)
refs https://github.com/TryGhost/Team/issues/2534

As we're using soft deletes for mentions we need to store the `deleted` column
as well as enforce a `'deleted:false'` filter on the bookshelf model. 

We've also implemented the handling for deleting mentions. Where we remove a
mention anytime we receive and update from or to a page which no longer exists.

Co-authored-by: Steve Larson <9larsons@gmail.com>
2023-02-09 17:29:13 +07:00
..
utils Added MentionSendingService (#16151) 2023-01-19 17:35:10 +01:00
.eslintrc.js
InMemoryMentionRepository.test.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.test.js Updated Mention entity validation of properties 2023-01-19 19:24:07 +07:00
MentionDiscoveryService.test.js completely blocked external requests in Webmentions tests (#16186) 2023-01-25 10:43:57 -06:00
MentionsAPI.test.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
MentionSendingService.test.js moved sending mentions to job (#16234) 2023-02-08 16:29:12 -06:00