[IndieWeb -> BS] Confirming how deletions work #2322
|
Per the docs, this is how you delete a post from the web side:
This only specifies deletion propagating to the fediverse, but not to Bluesky. I've created a new post on my website and confirmed it was created on the Bluesky side: https://bsky.app/profile/negatethis.com/post/3mdiqihiq6ot2. I then deleted that post on my website and successfully sent a webmention to Bridgy Fed. However, the post is still available on Bluesky. I just want to confirm whether this is the correct flow for deletion on the Bluesky side, or if it's possible at all. |
Replies: 1 comment 4 replies
|
Hey, sorry for the confusion here! Deletes on Bluesky are definitely supported. I'll update the docs to mention that. When you created your post, you sent a webmention with source When you deleted it, you sent webmentions with source |
Hey, sorry for the confusion here! Deletes on Bluesky are definitely supported. I'll update the docs to mention that.
When you created your post, you sent a webmention with source
https://negatethis.com/posts/testing, which redirected tohttps://negatethis.com/posts/testing/, which is how we stored the post.When you deleted it, you sent webmentions with source
https://negatethis.com/posts/testing/index.html. We're pretty careful about URLs, we don't normalize eg/index.htmlto/, so we didn't find it. If you resend a webmention with sourcehttps://negatethis.com/posts/testing/, that should delete it.