updated mastodon service to set isActive to false
This commit is contained in:
parent
7ded8d55c6
commit
88720c7269
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue