-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels