renatolond / mastodon-twitter-poster

Crossposter to post statuses between Mastodon and Twitter
GNU Affero General Public License v3.0
808 stars 58 forks source link

Crossposts to Twitter have links to other instances broken #922

Closed richlv closed 1 year ago

richlv commented 1 year ago

Example: https://mastodon.social/@richlv/109596454576141985 https://twitter.com/RihardsOlups/status/1608408257684557824

Notice how https://mastodon.social/@overholt@glammr.us/109587412485871313 got transformed into mastodon.social🐘overholt@glammr.us/109587412485871313

tarushnagpal commented 1 year ago

Hi @renatolond Seems the issue seems to be coming up from here

Could you tell me what the purpose of this was exactly when put in? I am assuming its translating something unicode into an emoji? Unsure.

[Edit] Aah okay, I see. The link is to a post but our mention regex is catching it, which ideally it should not.

richlv commented 1 year ago

Yay, thank you for the fix :)