@mint omg I didn't even notice that it didn't do the tag earlier. are accounts there literally unmentionable from pleroma then?
why is linkify even needed the grammar with the leading @ is unambiguous and the local server is already aware of the remote account. this is everything that's wrong with modern software and ICANT all rolled in to one :cry:
@roboneko Side effect of validate_tld set to false is that some symbols get treated as part of link as well, like here with closing parenthesis. Doesn't bother me much.
@mint wait but. for remote accounts specifically, not just free standing urls. this shouldn't be necessary at all. because there's a much more constrained grammar and the account is either known to exist or it shouldn't be tagged ... right?
I can appreciate the issue with parsing out urls from plain text but a known account that I picked from the popover not getting tagged seems pretty crazy
@roboneko That's just how it is on this bitch of an earth. Took another look at my changes, and setting some arbitrary scheme to `valid_tld?` during mention processing could make it work without necessarily disabling TLD validation at all, but it sounds rather hacky.