#dev 2025-04-02

2025-04-02 UTC
gregsarjeant and bret joined the channel
#
balintm
i'm trying to send a webmention via curl to IndieNews to remove a link i should not have syndicated (oops) and i'm getting the same error i got via the web form: {"error":"no_link_found","error_description":"Could not find a syndication or category link for this entry to news.indieweb.org. Please see https:\/\/news.indieweb.org\/how for more information."}
#
[tantek]
^ aaronpk does IndieNews support webmention deletes that way?
#
[tantek]
balintm, I don't see any open or closed issues on webmention delete support IndieNews, so perhaps file a bug in https://github.com/aaronpk/IndieNews/issues that IndieNews should support a webmention delete as documented in https://www.w3.org/TR/webmention/#updating-existing-webmentions second point, second clause "… or received a 200 OK status code and does not find a mention of target on source"
#
[tantek]
always helps to have real world examples for such issues
#
[tantek]
that gives aaronpk a few days to fix it 🙂
#
balintm
sure thing, thanks!
#
[tantek]
appreciate your patience & diligence with tracking it down!
sebbu2 joined the channel
#
Loqi
[preview] [balintmagyar] #70 Add support for deleting WebMentions
#
[tantek]
balintm++ thank you!
#
Loqi
balintm has 1 karma in this channel over the last year (4 in all channels)
#
balintm
np. lesson learned 😅
balintm, barnaby, NaomiAmethyst1, [tantek], [tw2113], [0x3b0b], nemonical and GuestZero joined the channel
#
pfych
How important are webmention deletes 😅 I think my implementation only handles receiving and thats it 😵‍💫
#
[tantek]
pfych, you may be interested in seeing how much of the test suit your implementation can pass: https://webmention.rocks/
#
[tantek]
test suite*
#
pfych
I only pass the 2 receiver tests right now which tbh is *sorta* all I need I feel?
#
pfych
I probably should implement the updates though
#
[tantek]
There's a bunch more receiver tests that need to be created. See: https://github.com/aaronpk/webmention.rocks/issues
nemonical and nemonical1 joined the channel
#
[KevinMarks]1
If you don't implement updates you're in danger of creating duplicates if a webmention is resent
nemonical, shoesNsocks and ttybitnik joined the channel
#
[snarfed]
also deletes are a good courtesy. if you want to be able to delete a reply you wrote and know it will be deleted on other people's sites that currently display it, adding that same support yourself is being a good citizen
#
aaronpk
so has anyone built a MCP server for their personal website yet? :D
#
Loqi
MCP has -1 karma over the last year
#
aaronpk
i was surprised to see this mention of indieauth
#
[tantek]
lol the only MCP I know was in TRON and that didn't end well 😂
nemonical joined the channel
#
[tantek]
aaronpk, interesting, perhaps worth documenting that on a stub wiki page?
duanin2, xgpt9, NaomiAmethyst, balintm and gRegor joined the channel
#
gRegor
What's MCP server?
#
gRegor
oops, just saw the github link
[schmarty]1 and [Jo] joined the channel
#
[tantek]
idk, just heard it's not a fan of user requests
[aciccarello] joined the channel
#
carrvo
So...a bit of a tangent and I might have a webmention receiver https://github.com/carrvo/SVNmentions
#
carrvo
[edit] So...a bit of a tangent and I might have a webmention receiver https://github.com/carrvo/SVNmentions
#
carrvo
Anyone willing to do a code review before I stick it on a prod system?
#
gRegor
Ooh, neat! I don't know my SVN commands well enough to, unfortunately