Loqireacji is an emoji reaction, the use of a single emoji character in response to a post, introduced as a feature by Slack[1] https://indieweb.org/reacji
[miklb]I posted this in #wordpress but it’s probably general enough if anyone has thoughts: If I’m doing the reacji thing, and I filter all incoming replies for single emoji, I should just save it with commentmeta, with the short_name or the whole array?
[miklb]the answer to my question I believe is the whole array as will need to be able to also query skin_tone. I hadn’t scrolled far enough down to see that is also included.
[miklb]so my thinking was if I store the short name and skin tone, I can create arrays of all the short name and then to do a facepile, then loop through each one and a loop through an array of the skin tones for that emoji.
tantekso I'm having trouble understanding how to answer the last question of the implementation report: "If your publisher uses an external hub, please describe how the publisher notifies the hub of new content:" - or rather, what's a good / the right answer? do I need to change my code to say hub.topic instead of hub.url?
jeremycherfasCan you see any reason why the links on this page https://www.jeremycherfas.net/blog do not seem to be operating correctly. I’ve checked the source, and they look to me to be correctly formed. But they just don’t work.
Zegnatjeremycherfas: you can open the inspector in your browser, and use the element picker. When you then try to hover the links you will see it highlighting a different element, because that is on top
ZegnatAlso an experience thing, jeremycherfas. When I use the element picker and it is finicky I know there is a CSS problem, I know that because of experience. If not for experience I might also have thought it was me using it wrong or pointing my mouse wrong, and then spending hours looking the wrong way.
sknebelI remember with some crawling project that also caused issues (is it an authorative h-card or not?). I probably should just not redirect that page (although ability to deal with redirects also might be useful for http->https
jeremycherfasThis is disappointing. A spammer has evaded my honeypot field, probably by being a human being. There must be another way to keep bad things at bay without inconveniencing genuine people.
jeremycherfasI accept the need to be active myself if there are human beings at work. Unfortunately, the Grav plugin has no moderation facilities. Except, probably, editing the datafile directly. Which is a pain.
jeremycherfasI gave up on that plugin in the end to use voxpelli’s heorku app, and there is no problem, so far, with webmentions. It is “ordinary” comments that are giving me a problem.
jeremycherfasYou have also reminded me that I need to think about a little script to allow people to submit the URL of a comment or reply on their own site.
tantekthe WebSub spec only mentions hub.topic now, not hub.url. so I'm wondering if I have to switch to using hub.topic to be compliant / interop with future potential hub implementations
tantekaaronpk: I'm ok with that too. I'm just worried that no mention of hub.url means using it is non-compliant, or rather, not something you can interoperably depend on
tantekso I'm seriously considering switching to hub.topic in my implementation, but then that breaks our spec design intention of not asking implementations to change to conform to the spec
tantekthis sounds like a need for an explicit NOTE: saying Pub->Hub not defined, and or, for example, some hubs ask for "hub.url" as an informative example.