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',