janboddez / share-on-mastodon

Easily share WordPress posts on Mastodon.
https://jan.boddez.net/wordpress/share-on-mastodon
GNU General Public License v3.0
39 stars 5 forks source link

Emoji in URLs lead to double permalinks? #99

Closed janboddez closed 8 months ago

janboddez commented 8 months ago

Could this be because we decode the status before looking for a permalink (and adding it if we can't find it)?

janboddez commented 8 months ago

See test post: https://indieweb.social/@janboddez/111330053388011568.

Also, the issue is, I think, the sanitize_textarea_field( $status ) here:

https://github.com/janboddez/share-on-mastodon/blob/910301d4d8392cb4c57a81a5d8a8a515d722c173/includes/class-post-handler.php#L573C10-L573C44