#ben_thatmustbemeat least getting them on the same vocabulary and bringing jsonfeed in to jf2 before is starts is better than having another seperate branch
eli_oat joined the channel
#aaronpkre: https://chat.indieweb.org/2017-05-30/1496130636031000 Almost no websites support that. There is some work being done with OAuth around session management, so if you want to try to translate that extension to indieweb terms it'd be worth writing as an IndieAuth extension
#Loqi[cweiske] did you know that there is no way for micropub clients to tell the server that a token should be considered invalid?
#Loqi[voxpelli] node-fetch-politely: Ensures polite outgoing HTTP requests that respects robots.txt and aren't made too close to each other
#tantekanyone have a POSSE editing step in their publishing flow?
#tanteke.g. when you publish a post, options in your UI to customize the automatic default text that you POSSE to Twitter, FB, etc.?
#tanteke.g. right now I often put @ or # in my article names because I know my code will be POSSEing the article name to Twitter, but that kind of contorts / pollutes the article name
#tantekso the use-case (for me) is: not having to use @ or # in a article name just for the sake of Twitter
#aaronpkI also want that and don't have a UI for it yet
#tantekok cool. I wanted to capture it at least here in chat, and then perhaps write something up in /POSSE#Brainstorming
#Loqi[Aaron Parecki] "The great thing about OwnYourSwarm is that I didn't have to do anything. I already had the building blocks in place" https://adactio.com/journal/12349
#aaronpkoh! I bet it's because my post has a link to his post in the content, and i bet my code is only checking for that case if it's a property such as an in-reply-to
#aaronpkyepyep that's it. I am only checking the in-reply-to property of my post. I need to expand that to check all properties as well as the post body
#Loqi[Aaron Parecki] "The great thing about OwnYourSwarm is that I didn't have to do anything. I already had the building blocks in place" https://adactio.com/journal/12349
#tantekis it possible to determine that it came from your own comment?
#aaronpki guess at display time i could check if my post originated it but that check is not trivial (look at all properties of the post, plus parse the HTML and look at all <a> tags)
#aaronpkso i would want to determine that once and store the result
#voxpelliIs it really required in Salmention to ping a page when that page pings you?
#aaronpkvoxpelli: if you follow the algorithm you will do that
#tantekI do like the notification that the comment has been posted
#voxpelliaaronpk: well, if adactio had been supporting Salmentions in the same way as you do right now, then you would have an inf-loop of Salmention pinging right now, no?
#tantekthat could translate into something you see in your own posting UI
#aaronpkvoxpelli: no because my second webmention would appear as an update to him
#voxpelliaaronpk: yes, an update that your post has received a comment, and adactio will then notify you that his post has received another comment in its comments thread?
#aaronpkbut his post didn't receive another comment
#voxpelliIt received his post as a comment of your comment – Salmention do support nested comments, no?
#voxpelliIf a single person in a reply thread were to accidentally or maliciously in-reply-to a post later in the thread, then the pinging would be infinite if everyone were to confirm their pings
#voxpelliI know we have discussed this previously though, I guess we will eventually see it in practice
#voxpelliI do know my endpoint is vulnerable to participation in an infinite pinging circle, that's why Salmentioning isn't live in it