don't persist undo of follows #149
No reviewers
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#149
Loading…
Reference in a new issue
No description provided.
Delete branch "follow-undo-persistance"
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?
misskey, in its eternal wisdom, reuses AP IDs for follows and follow undos
this is in the expectation that remote software sees
undo(activity)
asnull
instead ofactivity{undone}
thus, let's purge remote follows from the DB when we get an undo for them instead of keeping them
it works yo