Skip to content

mp-syndicate-to not sent in post create request #89

@paulrobertlloyd

Description

@paulrobertlloyd

Posting from Micro.blog iOS 3.3 (319), the following values were present in the request (with syndication targets selected in settings screen):

{
  h: 'entry',
  content: 'Test from Micro.blog iOS 3.3 (319)',
  'post-status': 'published',
  'mp-destination': 'https://indiekit-sandbox.netlify.app'/
}

mp-syndicate-to is not present in the request.

Testing posting to the same endpoint from Quill, with syndication targets selected, the following values were present:

{
  h: 'entry',
  access_token: 'XXXXXX',
  content: 'Test from Quill',
  'mp-syndicate-to': [
    'https://web.archive.org/',
    'https://mastodon.social/@indiekit_sandbox'
  ]
}

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