7a40ab52fb
refs https://linear.app/tryghost/issue/ENG-750 - when adding a recommendation, we fetch the recommended site's metadata - before this change, if the metadata fetch failed for some reason, we'd show an error and block the recommendation from being added - after this change, we use fallback values if the metadata fails to fetch, instead of blocking the recommendation from being added. We use the site domain as the title and leave the rest empty (no favicon, no description) - this change also means we are not checking whether a site exists or not for the publisher anymore. It’s then up to the publisher to make sure they don’t enter broken URLs |
||
---|---|---|
.. | ||
.eslintrc.js | ||
BookshelfClickEventRepository.test.ts | ||
BookshelfRecommendationRepository.test.ts | ||
BookshelfSubscribeEventRepository.test.ts | ||
IncomingRecommendationController.test.ts | ||
IncomingRecommendationEmailRenderer.test.ts | ||
IncomingRecommendationService.test.ts | ||
Recommendation.test.ts | ||
RecommendationController.test.ts | ||
RecommendationMetadataService.test.ts | ||
RecommendationService.test.ts | ||
UnsafeData.test.ts | ||
WellknownService.test.ts |