2018-10-07 UTC
BBNZ, [jgmac1106], tantek__, [kevinmarks], [Rose], jgmac1106, [tmiller] and [schmarty] joined the channel
# 15:15 GWG I see pfefferle is pubsubhubbubing today
[TimApple] and miklb joined the channel
# 16:27 miklb GWG I don't recall where the discussion was, but I just pulled down the latest post-kinds and micropub and doing a reply in micropub to Twitter URl still fails to register as a reply in the template and/or with Bridgy.
# 16:41 GWG I have been focusing on the Post Kind fixes and trying to get some testing on the auth issue
# 16:42 GWG So, when you mean register..as in Post Kinds doesn't say it is a reply?
# 16:43 miklb no, in post kinds it shows in the UI it is a reply. But Bridgy doesn't get passed the reply context so it just a note
# 16:43 GWG I am trying to remember the details as I want to try to fix it
# 16:44 GWG Okay. I need to figure out why. I will try using my test Bridgy account
# 16:44 miklb that's what Bridgy is getting. Quill, reply to a Tweet URL posts to WP, the UI shows it is a reply and in the properties box it has the reply-to url.
# 16:45 miklb the post-kinds properties are pulled and stored after it gets sent to bridgy it seems like
# 16:46 miklb I just don't know if we figured out if it's a micropub or post-kinds issue
# 16:56 GWG It gets pulled immediately and then enhanced
# 16:58 sknebel right now, running it through hosted parsers shows different results than downloading it to my PC and running it through a local one
# 16:59 sknebel despite running the same version of the same parser
# 17:00 sknebel and if I put it in the bridgy preview box, it finds the reply
# 17:03 miklb I do run caching, but this wasn't an issue previously with same caching mechanisms.
# 17:04 miklb no plugins for caching, just nginx static cache and google pagespeed module
# 17:08 GWG Well, I have a few things I can do, but I think bringing back the delay in Syndication might help. I got talked into removing it
# 17:08 miklb anyway, I couldn't remember where in GitHub that discussion was happening and had some time to update and test. No rush on my account.
# 17:08 GWG First is get to a new Post Kinds release.
# 17:09 GWG But that will fix a lot of Issues
# 17:11 GWG Yes, the latest fixes move media storage into the attachment post
# 17:12 GWG That's because I was nesting a citation inside the photo property and no one does that
# 17:12 miklb I didn't test micropub photo. I'll try that again.
# 17:15 sknebel okay, if I request the content from python I do not get any reply context
# 17:22 miklb something funky in the templates too. I need to look at what changes I had made in my fork for replykind template.
# 17:31 miklb but reality is I'll probably just put my efforts into the move. I'll keep testing as it won't be be an immediate action.
# 17:36 sknebel wait, now the reply-context is gone from my browser too?!
# 17:39 miklb possibly, but as I stated, this all used to work. Only since changes in micropub 2.0/master.
# 17:41 miklb I did have some modifications in my template, but all the more why using defaults and it not working is even weirder
# 17:44 miklb but a micropub reply doesn't seem like an esoteric fringe use case.
# 17:47 GWG No, I just think the auth issue is bigger
# 17:52 miklb I'm only able to reproduce an error with Omnibear in FF. Quill & Indigenious work fine.
# 17:54 GWG I just wish I wasn't completely stumped on the auth issue
# 17:56 miklb my issue with Omnibear pre-dates micropub 2.0 which is why I was less concerned with it, but not sure how to help.
# 17:59 GWG I am excited about the Post Kinds changes
# 18:00 GWG But Gutenberg fills me with dread about any UI improvements
# 18:08 GWG I think it's because the post is created before the kind is set
# 18:08 GWG I could have it do post type discovery if no kind is set
# 18:10 GWG But a publishing delay of 5 seconds would solve it
# 18:10 sknebel so the post is created, and then bridgy runs before the kind is set and the details loaded?
# 18:11 miklb seems maybe moving the syndicate-to function in micropub might also be worth looking at
# 18:11 miklb because post-kinds is just one thing that might modify the post content
# 18:12 GWG It should go after after_micropub
# 18:12 miklb should as that's how it's designed now or it should be moved?
# 18:13 GWG It should be moved to after, probably
# 18:14 GWG Although the term after_micropub implies the end
# 18:17 miklb I'll try and idle and keep an eye on GitHub and test it when it's ready.
# 18:19 GWG Just remembered a different problem
# 18:19 GWG Bridgy was never modified to use the hook because it predates it
# 18:21 GWG If I get the Post Kinds update finished
# 18:22 GWG I want to return to Syndication Links, although my POSSE interest has waned of late due the platforms
[jon] and [eddie] joined the channel
[jgmac1106] and tantek__ joined the channel
# 23:04 GWG I need to wrap my mind around this Indieauth issue
miklb joined the channel
# 23:44 GWG miklb, do you have any thoughts on how to map url to user id in WordPress? It seems that using the user profile url is just too fragile.
# 23:45 GWG I may have to always map to the author post url
[asuh] joined the channel
# 23:54 [asuh] Can Indieauth use WP JSON name to use preferred version of hostname in token or endpoint?