Ghost/ghost/webmentions/lib
Simon Backx 38de815d98
Removed old email flow (#16349)
fixes https://github.com/TryGhost/Team/issues/2611

The old email flow is no longer used since we introduced the email stability flow. This commit removes the related code and tests. The general test coverage decreased a bit as a result, because the old email flow probably had a high test coverage. The new flow is in separate packages, so it couldn't contribute to a higher test coverage (but it does have 100% unit test coverage).
2023-03-07 16:08:40 +01:00
..
InMemoryMentionRepository.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.js Added page resource type to Mentions (#16302) 2023-02-21 13:02:47 +08:00
MentionCreatedEvent.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00
MentionDiscoveryService.js Upgraded got package from v9.6.0 to v11.8.6 (#16261) 2023-02-20 09:33:11 -06:00
MentionsAPI.js Grouped mentions from the same source (#16348) 2023-03-01 12:15:29 +01:00
MentionSendingService.js Removed old email flow (#16349) 2023-03-07 16:08:40 +01:00
webmentions.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00