[schmarty]jacky: i agree google is probably going to some effort to keep that info from leaking to the containing page. but unless it's an iframe, i don't see how they can prevent that leakage. 😐
paulrobertlloydIs it a safe assumption to assume that `mp-photo-alt` would only ever be supplied to a Micropub server as url-encoded or multipart form data (not as JSON)?
Loqipaulrobertlloyd: [grantcodes] left you a message on 2019-10-01 at 8:25am UTC: here is an express example of using the indieauth helper library (in a basic form) https://glitch.com/~indieauth-lib-wip
kingpapa, KartikPrabhu, swentie, swentel, [jgmac1106], [KevinMarks], dckc, geoffo, [Erik]1 and [schmarty] joined the channel
[schmarty]the micropub endpoint basically translates incoming new micropub posts into a new hugo file and runs a script to build the site. i replaced the build script with a script to do a git commit and push.
[schmarty]my build and publish steps are handled by a separate system that gets notified whenever there are new git commits. it checks for new and changed files, does extra work like fetching reply contexts, running hugo, deploying the site, and sending WMs and websub pings.
petermolnarI see. That's not really a useful solution for me; I'd rather have/make something like webmention.io, that stores micropub until I manually run a "build"