How to delete an "orphaned" ActivityPub post #1317
jsit
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had a post on my ActivityPub profile that was linked to a post that had been deleted on WordPress; I must have deleted the WP post before the AP plugin added delete functionality, or after having deactivated the plugin.
The WP post was long gone, so I couldn't restore it in order to then re-delete it, triggering a delete of the AP post. Instead what I did was:
wp-cli
to delete the post:wp activitypub post delete [1234]
Some of these steps may not be necessary, but this worked for me.
Beta Was this translation helpful? Give feedback.
All reactions