From 7d896ace0d557ef0920f5c1f2cba876c6dc0ccde Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 25 Dec 2025 20:38:11 +0000 Subject: [PATCH] added function to fetch Atom feed for Mastodon --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 95a0b0c..066c67c 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,5 @@ import { + getAtomFeedItem, getJsonFeedItemContent, getJsonFeedItemTitle, getLetterboxdActivity, @@ -34,7 +35,7 @@ export const items = [ { id: 'mastodon', regex: htmlLinkRegex('social.lol/@dylan'), - getLatest: async () => getRSSItemTitle('https://social.lol/@dylan.rss'), + getLatest: async () => getAtomFeedItem('https://social.lol/@dylan.rss'), }, { id: 'letterboxd',