From 837e26403dd28a5a11229c92e46496a2e810bc55 Mon Sep 17 00:00:00 2001 From: Barry Frost Date: Mon, 26 Aug 2024 16:44:19 +0100 Subject: [PATCH] No default syndication for notes + articles I find I'm unchecking them every time I create a new post. --- src/http/get-micropub/config/syndicate-to.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/http/get-micropub/config/syndicate-to.js b/src/http/get-micropub/config/syndicate-to.js index 64ab0ff..89f2cee 100644 --- a/src/http/get-micropub/config/syndicate-to.js +++ b/src/http/get-micropub/config/syndicate-to.js @@ -18,9 +18,9 @@ function syndicateTo (postType = null) { switch (postType) { case 'note': return [ - { ...twitter, checked: true }, - { ...mastodon, checked: true }, - { ...bluesky, checked: true } + { ...twitter }, + { ...mastodon }, + { ...bluesky } ] case 'bookmark': return [ @@ -28,9 +28,9 @@ function syndicateTo (postType = null) { ] case 'article': return [ - { ...twitter, checked: true }, - { ...mastodon, checked: true }, - { ...bluesky, checked: true } + { ...twitter }, + { ...mastodon }, + { ...bluesky } ] case 'like': return [