Fix/reblog delete
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
Activity
Hah. I've created this issue when was logged in as an admin. So here you're right. For admins, we need to add a delete button to every status and delete the actual reblog.id on click. But if you're not an admin we totally don't need to show this button on own reblogs, we can only unreblog as you've said.
I'd make it so that you can delete your own statuses too from reblogs. Like you notice someone reblogged something old and embarrassing, you should be able to delete it without finding the original :)
For undoing your own reblogs of other people's statuses, you just hit the RT icon again, and you shouldn't get the delete option at all imo. but if someone reblogged anything from you, then it's still your status that you can delete through the ellipsis menu.
I'm afraid it worked this way without changes and we need to revert this MR pleroma/pleroma-api!55 (diffs)
mentioned in issue #102 (closed)