@dansup just had a look through the code, and noticed it's splitting the caption on a regex that uses :alpha: — does that work with UTF8 characters?

A common technique I see for avoiding spam is to use UTF8 characters like the following. I didn't see any test coverage so I wasn't sure how they'd be handled:

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
dansup

@thisismissem Yes, UTF8 tokens are properly handled!

1
1y
Replies