mirror of
https://github.com/svemagie/indiekit-endpoint-microsub.git
synced 2026-04-02 15:35:00 +02:00
fix: extract images from HTML content at read time for existing items
The normalizer fix (1.0.35) only applies to newly ingested items. Existing items in MongoDB lack photo arrays because dedup prevents re-processing. Add the same extractImagesFromHtml() fallback in transformToJf2() so images are extracted from content.html at read time, making existing xkcd comics and photo posts display immediately.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rmdes/indiekit-endpoint-microsub",
|
||||
"version": "1.0.35",
|
||||
"version": "1.0.36",
|
||||
"description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.",
|
||||
"keywords": [
|
||||
"indiekit",
|
||||
|
||||
Reference in New Issue
Block a user