Delete activity is forwarded but not accepted on Mastodon + Misskey #26
Loading…
Add table
Add a link
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?
I confirmed that Delete activity is forwarded through relay, But some reason that I don't know causes that forwarded Delete activity is not processing.
That causes a lot of ghost statuses
Did some testing and just forwarding the message causes a sig validation error in pleroma
Oh.. then what should we do to support Mastodon/Misskey/Pleroma at once?
Sending two (Announce{Delete} + Delete) activity might be a solution but it is inefficient
The only thing I can think of is to poke through the code of each server to figure out how they handle Updates, Deletes, and Undos. I'll eventually have the nodeinfo software name stored for each inbox so the relay can handle them differently if necessary.
For your information, Mastodon's Announce handler is here https://github.com/mastodon/mastodon/blob/main/app/lib/activitypub/activity/announce.rb