#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]issue on a repo and/or submit a PR to allow both on the wordpress-micropub plugin as needed.
#[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.
Seirdy, KartikPrabhu, gRegorLove_ and [schmarty] joined the channel
#[schmarty]Does IBC post form encoded or with JSON? Either way, the WP Micropub handler should accept any property value being an array
#[schmarty]That could almost be a slogan for implementors. "Micropub: everything can be an array".
RIZY101[d], gRegorLove_ and kogepan joined the channel
#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
#LoqiGwg has 16 karma in this channel over the last year (78 in all channels)
barryf[d], akevinhuang and campegg joined the channel
#[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!
#Loqi[jeremyfelt]: gRegor left you a message 11 hours, 55 minutes ago: Can you try it now?
gRegor, gRegorLove_, kogepan_ and [jacky] joined the channel
#gRegorjamietanna[m], Oops, not my smoothest deployment. Now it should be using PKCE!
#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
#gRegorProbably hasn't come up for IBC before because few people do anything with that experimental property
#gRegorJust updated that doc page, btw. Now the inconsistency between read-status and visibility bugs me, haha