KevinMarks, cweiske, AngeloGladding, KevinMarks_, tantek, gRegorLove and cmal joined the channel
#petermolnarin case I want to store webmentions in frontmatter+md, will the from: (name, email, url), for: URL, type: [repost, reply, etc], date: [date] in the YAML and the content in markdown be enough as a bare minimum?
#petermolnaris there anything else I need to store to have sufficient info on the reaction?
#voxpellijust a though if someone else wants to decouple it in a similar way :)
#GWGvoxpelli, I am still trying to build the ideas for it.
#miklbvoxpelli I think I mentioned it, but I'm going to look at storing the webmention as a datafile like I'm doing with responses from bridgy
#voxpellimiklb: cool, I'm going to work on the push to Micropub part in my endpoint at some point, but I don't plan on using it myself on the receiving point
#voxpelliexcept for maybe on some new page just for dogfoodingh
#ZegnatKevinMarks: I am having some luck with my own extension for rel-me checking. Using a background script to do the actual checking, which means I should be able to add some centralised caching and hopefully soon replace the whole external indiewebify call ☺
#GWGIf my synchronous webmention handler returns json on success, what should be in it?
KevinMarks joined the channel
#KevinMarksNice zegnat - are you using the fetch() api?
#ZegnatNot currently. Right now the background script is using your XHR to indiewebify still
#ZegnatOnly had my lunch break to work on it. Will pick up work again when I get home tonight.