From 0e9efce6fb06d3d419267d0261173bb603d9c813 Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 28 Dec 2025 19:34:17 +0000 Subject: [PATCH] updated to show images for mastodon posts --- services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.js b/services.js index 240539c..e01f309 100644 --- a/services.js +++ b/services.js @@ -64,7 +64,7 @@ export const services = [ instance: 'social.lol', // your mastodon instance feedUrlTemplate: 'https://{instance}/@{userId}.rss', feedType: 'mastodon', - showImage: false, + showImage: true, }, { id: 'pixelfed',