Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove delete & redraft #16766

Closed
wants to merge 1 commit into from
Closed

Remove delete & redraft #16766

wants to merge 1 commit into from

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Sep 23, 2021

Depends on #16697

Breaking changes:

  • Deleting a status immediately removes media attachments
  • Deleting a status no longer return text property with source text

Obviously, we'll probably need to wait a period during which these API behaviours will be deprecated before they are removed.

@Gargron Gargron added api REST API, Streaming API, Web Push API breaking Incompatible with previous versions labels Sep 23, 2021
};

export function deleteStatus(id, routerHistory, withRedraft = false) {
export function deleteStatus(id, routerHistory) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'routerHistory' is defined but never used.

@ClearlyClaire
Copy link
Contributor

I think you may be rushing things out quite a bit ^^'
I think removing the UI for delete & redraft should wait for quite a while after widespread support of incoming Updates, and removing the API/backend behavior should wait even longer.

@digitalcircuit
Copy link

Minor point of consideration: "delete & redraft" allows changing privacy level.

While editing posts will be immensely useful, it doesn't cover the use case of previewing a post first, a feature Mastodon does not (yet?) implement. Posting something as a DM to nobody allows for testing embeds, links, etc, with "delete & redraft" enabling re-posting as Public/etc when ready.

@Gargron Gargron closed this Feb 9, 2022
@Gargron Gargron deleted the remove-redraft branch February 9, 2022 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api REST API, Streaming API, Web Push API breaking Incompatible with previous versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants