[feat] Error message when parent post deleted before posting #522
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#522
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
When I'm composing a response post and the parent post is deleted, throw an error when I try to post my response. Possibly 409 Conflict?
The reasoning
Currently, the reply silently becomes a normal post and goes onto my main timeline. It retains the user account mention, but has no context because it no longer points at any parent. So it looks like I created a new post just to mention someone. There is no indication to the user that this has occurred so you only realize if you go check your profile afterwards.
I have seen people be confused by this, with their own followers responding "context?".
Have you searched for this feature request?