Skip to content

Add ability to update posts' syndication URLs if a link is returned #19

@jamietanna

Description

@jamietanna

Bridgy and IndieNews return a url property after syndication that is the post's syndicated URL.

We should provide some sort of middleware (for want of a better word?) that can perform this for us.

I.e. via https://brid.gy/about#response:

HTTP/1.1 201 Created
Content-Type: application/json
Location: https://twitter.com/me/status/456789

{
  "url": "https://twitter.com/me/status/456789",
  "type": "post",
  "id": "456789"
}

(The url property should be used, not the Location header)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions