Skip to content

Fix/reblog delete

Nastassia Danilova requested to merge fix/reblogDelete into master

close #97 (closed)

  • show missed delete button on reblogs

  • an attempt to delete status with reblog causes 404 error so I decided just cancel the reblog in this case. In pleroma-api I've added reblogId param to thunk because we need to know what exactly to do with status delete/unreblog. If this param was passed we need to delete the user's status and unreblog another one.

Merge request reports