Ghost/ghost/webmentions/lib
Sag 6ee3d05da5
🐛 Fixed missing incoming recommendations (#21317)
ref https://linear.app/tryghost/issue/ONC-433

- due to a regression introduced in commit 871d21a, incoming
recommendations were not rendering in Admin Settings anymore, as they
were marked as deleted
- this commit updates the refresh logic of incoming recommendations on
boot: previously deleted incoming recommendations are refetched, and if
now available, restored
- when a recommendation is restored, we don't send a staff email
notification
2024-10-16 11:00:47 +02:00
..
InMemoryMentionRepository.js Added emails for recommendations (#18361) 2023-09-26 15:29:17 +00:00
Mention.js 🐛 Fixed missing incoming recommendations (#21317) 2024-10-16 11:00:47 +02:00
MentionCreatedEvent.js Added emails for recommendations (#18361) 2023-09-26 15:29:17 +00:00
MentionDiscoveryService.js Lazyloaded cheerio dependency 2024-10-09 17:03:04 +01:00
MentionsAPI.js Added emails for recommendations (#18361) 2023-09-26 15:29:17 +00:00
MentionSendingService.js Disabled network retries for webmentions in tests (#18269) 2023-09-21 16:17:05 +02:00
webmentions.js Added mentions email notifications (#16170) 2023-01-25 21:10:29 +08:00