Skip to content

checked syndication target config not respected  #87

Description

@paulrobertlloyd

(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": "@paulrobertlloyd@mastodon.social",
      "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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions