From 88720c7269a408e5bbe788c1e0aab50da38e4d53 Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 28 Dec 2025 20:41:01 +0000 Subject: [PATCH] updated mastodon service to set isActive to false --- services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.js b/services.js index e01f309..22cb984 100644 --- a/services.js +++ b/services.js @@ -59,7 +59,7 @@ export const services = [ // ======================================================================== { id: 'mastodon', - isActive: true, + isActive: false, userId: 'dylan', // your mastodon username instance: 'social.lol', // your mastodon instance feedUrlTemplate: 'https://{instance}/@{userId}.rss',