Bug content_id is missing in $extraFields passed to content spam checker

There is a bug in this version
K

Kirby

Guest
When passing $extraParams to XF\Spam\ContentChecker in
  • \XF\Service\Post\Preparer::checkForSpam()
  • \XF\Service\Thread\Preparer::checkForSpam()
  • \XF\Service\ProfilePost\Preparer::checkForSpam()
  • \XF\Service\ProfilePostComment\Preparer::checkForSpam()
  • \XF\Service\Conversation\MessageManager::checkForSpam()
field content_type does get set - but not content_id, this makes it difficult for providers to make precise decisions.

For example if a new user

Continue reading...