Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

New endpoint to add arbitrary statuses #458

@codl

Description

@codl

As part of #64, an endpoint is needed that can add arbitrary statuses from the client in batches

The post IDs are the important part, but we can also temporarily trust any additional metadata sent by the client because the status will always be refreshed before we try anything. Though we have to:

  • Ensure that a refresh deletes a post from the db if it is found to be owned by someone else
  • Ensure that mastodon.py properly urlencodes the post ID. Don't want to request post id 12345678/../../GETThisToLaunchTheNukes or whatever. Post ID is a url parameter on twitter so I'm not worried there.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions