mastodon / mastodon-ios

Official iOS app for Mastodon
https://app.joinmastodon.org/ios
GNU General Public License v3.0
2.06k stars 267 forks source link

[REQUEST] Twitter handles written like Mastodon handles create links #774

Open Greigh opened 1 year ago

Greigh commented 1 year ago

It would be greasy for a feature that if someone mentions someone on Twitter that it links their account exactly how Mastodon links each account. Ex.@JamesGunn@Twitter.com

j-f1 commented 1 year ago

I think this would be best handled upstream (i.e. by Mastodon) since the iOS app just receives the post content as formatted HTML, which it then renders. So if your server were to detect and parse @foo@twitter.com as a Twitter handle and output an <a> tag with the appropriate href, the app would handle it.