[ActivityPub] Impossible to undo like/reactions sent to misskey #15
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#15
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?
when trying to undo a
Like
orEmojiReact
activity, the system references theobject
property of itsUndo
to an AP IDhowever, it also deletes the record from the database, rendering resolution of this impossible without a local lookup on the remote end
to replicate you will need a (pler|akk)oma instance and a misskey instance, try reacting to or liking a post from misskey, then undo it
misskey will complain about not being able to find the referenced object
the AP Spec suggests that we should embed the object to undo instead of referencing - but it should theoretically be in-spec to use an ID
let's see if embedding fixes this, else we'll have to think of a more clever solution to this