updated mastodon service to set isActive to false

This commit is contained in:
dylan 2025-12-28 20:41:01 +00:00
parent 7ded8d55c6
commit 88720c7269

View file

@ -59,7 +59,7 @@ export const services = [
// ======================================================================== // ========================================================================
{ {
id: 'mastodon', id: 'mastodon',
isActive: true, isActive: false,
userId: 'dylan', // your mastodon username userId: 'dylan', // your mastodon username
instance: 'social.lol', // your mastodon instance instance: 'social.lol', // your mastodon instance
feedUrlTemplate: 'https://{instance}/@{userId}.rss', feedUrlTemplate: 'https://{instance}/@{userId}.rss',