janboddez / indieblocks

Use blocks, and, optionally, "short-form" post types to more easily "IndieWebify" your WordPress site.
https://indieblocks.xyz
GNU General Public License v3.0
22 stars 3 forks source link

Trashing a comment doesn't seem to trigger a mention #197

Closed janboddez closed 4 weeks ago

janboddez commented 1 month ago

Now it does get scheduled but that's about it.

janboddez commented 1 month ago

OK, so they get skipped cause they were sent previously. Obviously.

So, we can easily work around that. But. Now the issue is ... if the comment got deleted, IndieBlocks won't find the "fragment" and will interpret the post (that was commented on) as the "source." As long as it mentions, anywhere in its source, the target URL.

So if one site commented on another and that last site replied and then deleted that reply, the original post would appear as a reply to the comment, haha (because the original comment links back to the now-deleted reply's target).

janboddez commented 4 weeks ago

OK, so maybe deleting a comment shouldn't trigger a mention as long as the original post stays up. For the simple reason that the receiving party is likely unable to correctly process it anyway.

janboddez commented 4 weeks ago

See 44d0163.