Loqidoubleloop: Zegnat left you a message 1 hour, 5 minutes ago: I think this like came through wrong, the link to Chris is to “Array”: https://doubleloop.net/2020/05/03/6836/
doubleloopNot sure what happened there, but I resaved it and it has picked it up the link now. I posted it via Micropub - possibly either that, or I think perhaps if some of the author properties are not present, my theme might not be rendering things correctly.
[LewisCowles]RE: #indieweb-chat ffmpeg streaming. The approach I highlighted is now on https://indieweb.org/streaming with a code reference and course learning example using PHP & Laravel. It uses an approach of passive transcoding of video (changing how it is stored) rather than active and could be used to get knowledge of how to do the RAW thing for static sites. Would need a disclaimer not to try hosting via GitHub pages 😛
Loqi[schmarty]: Zegnat left you a message 19 hours, 44 minutes ago: I think the rel-alternate link for feeds is broken on your tag pages, had to manually feed it to my reader because of some misplaced quotes (<3 eternal caturday)
Jamietanna1Jacky the first call to Bridgy should return the syndicated URL (with a 2xx), but if you call to it again it'll 4xx but still return the URL that was syndicated
leg, [fluffy], tomasparks, [LewisCowles] and swentel joined the channel
jackyI might do somewhere where if it's 4xx _but_ the response contains a `original` key, to use that value from the payload and assumed it's a de-duping
[snarfed]jacky: the common use case for resending a previously sent webmention is for when you've changed your post. i haven't built full fledged comparison into bridgy pubolish to tell if your post changed from last time, and i don't want to incorrectly return success in case it did change and i don't/can't update your silo post, eg a tweet, so i'm conservative and return 400 on subsequent wms for the same post
[snarfed]you're already special casing the syndication wm, so i'd suggest that you just extend that special case to your after-published logic that sends wms to all links, and exclude the bridgy synd link