not sure why:
function MY_MODULE_comment_view_alter(&$build) { $build['#comment'] -> status = 0; } does not work. It displays comment on the red background, however comment is still visible for all users with 'view comments' rights. What I would like to achieve is simply hide comment so it's not visible.