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

Featured image gets posted twice #21

Closed janboddez closed 2 years ago

janboddez commented 2 years ago

On older WP versions and ClassicPress, at least. If and only if the image is also one of the post's attached images (which will be the case if it was uploaded through the Create Post screen).

Solution: Cast thumbnail ID to int before comparing it to attached image ID.

janboddez commented 2 years ago

Fixed by 7dd0c08