pfefferle / wordpress-webmention

A Webmention plugin for WordPress
https://wordpress.org/plugins/webmention/
MIT License
115 stars 32 forks source link

fix comment type detection #453

Closed pfefferle closed 6 months ago

pfefferle commented 6 months ago

Currently the get_response_type logic is using the get_content function. This function adds some fallbacks for mentions or for the case when the content is empty.

For mentions the get_content function always returns the summary that is smaller than MAX_INLINE_MENTION_LENGTH, so mentions will always be handled as comments.