#jackyso (just re-iterating) 201 -> async w/ status page, 202 -> async w/ no feedback
#jacky[200 only seems useful if you're doing it either in the browser in real time / in a validation of the sending use-case]
#jackyhmm w.r.t callback-centric wms, I think using 202 to hint that it'll support it is safe (b/c a status URL won't be needed - the status would be informed via said callback, no?)
#aaronpkif we add a callback mechanism we could also add a callback acknowledgemeent
#jackyany of those approaches would work for me tbh
#aaronpki like the callback approach in that it's easier to get actual status information into a UI
#aaronpkhowever if something goes wrong for some reason, it's harder to then surface that
#aaronpkwhereas having the UI link out to the status URL would then at least take the user to that link where some more details or an error message might be visible
#jackyhm in what case? when Lighthouse experiences _anything_, it invokes the callback with error information (so my site can then attempt again later)
#jackyhmm tbh I don't see a reason _against_ doing both
#aaronpkwell like if the webmention receiver fails to actually send anything to the callback URL
#GWGaaronpk: I wrote a PR in January to put the remote endpoint code back into the IndieAuth plugin. I'd like to merge it, but keep it hidden so only people who really want it can use it
#aaronpkI am always surprised by how things play out in the Wordpress model but I guess that does make sense
#GWGSo, it checks if a user can publish a post to see if it can create one
[tw2113] and [tb] joined the channel
#GWGaaronpk: Unfortunately, the scope to capability code hit IndieAuth in January... but the last release was a year ago, so I have to ensure it is released.
#ThatSummer[m]Is mp-slug a part of the Micropub spec? I can't find anything about it but a Micropub server I'm reading through is making use of it.
#ThatSummer[m]And while we're on it, what about mp-syndicate-to?
#Loqino-www is a movement to deprecate use of "www." at the start of URLs as being redundant, unnecessary, and a waste of resources https://indieweb.org/nowww
#@mountain_ghostsreally wish browsers would stop hiding parts of domains, esp the 'www.' subdomain. just results in you typing the site you think you're on into another tab or app and it failing (twitter.com/_/status/1284877229449773058)
[fluffy], [schmarty], crazed, leg, [tantek], KartikPrabhu and Coll joined the channel; nickodd left the channel
#GWGaaronpk: Working on some IndieAuth bug fixes...any ideas for any enhancements I can make based on your extensive experience
#GWGI'm looking at sanitization and validation functions in other endpoints
#aaronpkmy main concern right now is getting it so people don't think they have to use indieauth.com when they use either the wordpress micropub or indieauth plugins