#dev 2024-06-22

2024-06-22 UTC
sp1ff, eitilt, the_kovah[d], chimo, ipv6rs, StarrWulfe, geoffo, pcarrier, jonnybarnes, ttybitnik, [qubyte], [snarfed] and nertzy joined the channel
#
[tantek]
[manton] is there a way to check to see who it anyone is following my site directly from http://micro.blog via AP vs via my http://micro.blog/t ?
#
[tantek]
who if* anyone
#
[tantek]
on another dev topic, good autolinking error catch capjamesg++
#
Loqi
capjamesg has 42 karma in this channel over the last year (202 in all channels)
#
[tantek]
I have a bunch of code/cases to not include trailing characters in URLs that are more likely to be part of the surrounding prose context like . ! ? And I need to add ":" to that list
#
[tantek]
Will update cassis.js in a bit
#
[tantek]
[snarfed] is it maybe because I @-mentioned too many people? I vaguely remember the previous post with that bug also had lots of @-mentions
#
[snarfed]
nah I highly doubt that
#
[snarfed]
but I don't know!
#
[tantek]
Might try an edited down version of the post today to see what happens
#
[tantek]
wondering if Mastodon's length limits have something to do with it?
#
[snarfed]
sure! don't feel like you have to do big user-visible things to help debug, but I won't argue
#
[snarfed]
maybe but again I doubt it, they happily ellipsize. we could compare with previous long posts of yours
#
[tantek]
presumably as long as they're not getting delivered, extra public public posts won't annoy that many people
#
[tantek]
except like here in #indieweb-stream
#
[tantek]
we do know from prior testing that no amount of "update"s to the post cause Mastodon to actually deliver/show the posts
#
[tantek]
so I won't bother with that
#
[tantek]
capjamesg[d], re: the trailing ":" getting included, I found the code. I was trimming all of these from the end of a link because they're more likely prose punctuation .!?,;"')]} but not ":" so now I'll make that one character change and see if it fixes it 🙂
#
[tantek]
huh that one character fix didn't fix it, odd
#
[tantek]
oh no it did fix it, transient caching (maybe service worker?) issue
[jacky] joined the channel
#
jonnybarnes
Have just tried to deploy my own `/auth` endpoint, and its not working _sob_
#
jonnybarnes
Trying to sign in with Quill and something is going wrong I can’t quite work out
#
jonnybarnes
Quill creates the correct authorization URL, and redirects me to my new /auth endpoint
#
jonnybarnes
I think its because I’m using samesite=strict on my Cookies, but my webapp thinks I’m not logged in, and I cant get my login flow to redirect back to the `/auth?...` URL
#
aaronpk
oh yeah your browser won't send cookies when redirecting to your server with samesite=strict
#
jonnybarnes
yeah changing it to samesite=lax is getting things working
#
jonnybarnes
though I now have a bug where I’m not showing the requested scoped correctly on my approval page
#
jonnybarnes
scopes, even
#
jonnybarnes
oh dear... "The authorization server did not return a valid response"
rrix joined the channel