fix(webmention-sender): bump reset-stale migration to v6
Posts processed before the livefetch patch was applied were re-processed without live page fetching, leaving them with empty results again. Bumping the migration ID triggers another reset on next startup so the poller retries them with livefetch active. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import { MongoClient } from "mongodb";
|
||||
import config from "../indiekit.config.mjs";
|
||||
|
||||
const MIGRATION_ID = "webmention-sender-reset-stale-v5";
|
||||
const MIGRATION_ID = "webmention-sender-reset-stale-v6";
|
||||
|
||||
const mongodbUrl = config.application?.mongodbUrl;
|
||||
if (!mongodbUrl) {
|
||||
|
||||
Reference in New Issue
Block a user