Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checked syndication target config not respected #87

Open
paulrobertlloyd opened this issue Sep 25, 2024 · 0 comments
Open

checked syndication target config not respected #87

paulrobertlloyd opened this issue Sep 25, 2024 · 0 comments

Comments

@paulrobertlloyd
Copy link
Contributor

paulrobertlloyd commented Sep 25, 2024

(Micro.blog iOS v3.3 (319))

Here is the relevant part my Micropub config for the instance of Indiekit I’m using for my own website:

{
  "syndicate-to": [
    {
      "checked": false,
      "name": "Internet Archive",
      "uid": "https://web.archive.org/",
      "service": {
        "name": "Internet Archive",
        "url": "https://web.archive.org/",
        "photo": "https://kit.paulrobertlloyd.com/assets/@indiekit-syndicator-internet-archive/icon.svg"
      }
    },
    {
      "checked": true,
      "name": "@[email protected]",
      "uid": "https://mastodon.social/@paulrobertlloyd",
      "service": {
        "name": "Mastodon",
        "photo": "https://kit.paulrobertlloyd.com/assets/@indiekit-syndicator-mastodon/icon.svg",
        "url": "https://mastodon.social/"
      },
      "user": {
        "name": "@paulrobertlloyd",
        "url": "https://mastodon.social/@paulrobertlloyd"
      }
    }
  ]
}

Here is what’s shown in the settings screen. This appears mostly correct, although note that Internet Archive is checked, even thought the checked value in the config is false:

Screenshot of settings screen in Micro.blog for iOS 3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant