gRegorHm, need to work on my microformats in my templates. Too much is defaulted, like always having e-content, which messes up stuff like bookmark posts.
akevinhuang, KartikPrabhu and [jeremyfelt] joined the channel
[jeremyfelt]gRegor GWG I attempted to publish an update to my site (WP w/ WP-Micropub plugin) from indiebookclub and my site sent a 400 response due to an invalid post status (visibility). It looks like the wordpress-micropub plugin expects `visibility` to be a string, but indiebookclub is sending it as an array. I’m not confident enough to figure out if the spec is hardened as “string” or if either/or is acceptable. I’m happy to ope
[jeremyfelt]It’s going good! I’ve been casually messing with some custom code to handle micropub requests so that they publish in the form I want. It’s been nice being able to post quick things via Indigenous on Android. Hoping to have a workflow perfected in the next week or so that I can write up.
jamietanna[m]Gwg++ gRegor++ for the indiebookclub.biz changes - are they deployed now? I see that there's no PKCE in the Auth flow (my indieauth server warns me) so just wanted to check
[jeremyfelt]gRegor I see it coming across as a string now, but the wordpress-micropub plugin is still rejecting it as an invalid post status. I’ll dig in a bit and see what else I’m missing. Thanks for the change!
gRegorIBC uses Micropub JSON. Good point about everything can be an array. I probably initially set visibility as an array because other properties are already sent as an array, like read-status: https://indiebookclub.biz/documentation