feat(route/picnob): use shortcode as explicit guid for feed stability (#18368)

This commit is contained in:
AiraNadih 2025-02-16 01:06:10 +08:00 committed by GitHub
parent ba5f633b09
commit 07b3ca1540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ async function handler(ctx) {
},
}),
link,
guid: shortcode,
pubDate: parseDate(time, 'X'),
};
})