Closed
Description
Twitter interprets microsyntax whenever you post. There's no way around it. So if you have a post whose plain text says "Blah blah with @singpolyma" there is no way to tell twitter that "@singpolyma" is not the user named "singpolyma" and it will notify said user no matter what. In a silo this works, but when bridging to a federated environment it can cause issues (and especially annoyance of Twitter users).
One way to deal with this is to have my local implementation detect any such cases and not bridge them to Twitter, but this is not ideal. What should brid.gy do if it is asked to post something with the text @singpolyma in it? Here is my proposal:
- For the source HTML
@singpolyma
I would suggest changing it to "@ singpolyma", however I could see an argument to also leave it as-is, since some users might be writing plain-text microsyntax and expecting it is always going to Twitter? Hmm. - For the source HTML
@<a href="https://twitter.com/singpolyma">anything</a>
put "@singpolyma" into the tweet. - For the source HTML
@<a href="https://singpolyma.net">anything</a>
put "@ singpolyma.net" into the tweet.
Thoughts?
Activity