The module provides a view configuration in config/optional/views.view.comment.yml. However, on most sites, the comment view already exists (provided by the Core Comment module).
Drupal's configuration system does not update existing entities from config/optional during module installation. As a result, the nobotiq_spam_protection_status field is never added to the "Unapproved comments" display.
Proposed resolution:
Inject the field programmatically using hook_install() and hook_update_N().
Issue fork nobotiq_spam_protection-3580897
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
voleger