Loading Core/Reports/Verdict/Delegates/ActionDelegate.php +6 −2 Original line number Original line Diff line number Diff line Loading @@ -114,9 +114,13 @@ class ActionDelegate if ($entity->type !== 'user') { if ($entity->type !== 'user') { $this->actions->setDeletedFlag($entity, true); $this->actions->setDeletedFlag($entity, true); $this->saveAction->setEntity($entity)->save(); $this->saveAction->setEntity($entity)->save(); } // Apply a strike to the owner // Apply a strike to the owner $this->applyStrike($report); $this->applyStrike($report); } else { // Apply a strike to the owner $this->applyBan($report); } break; break; //case 12: // Incorrect use of hashtags //case 12: // Incorrect use of hashtags // De-index post // De-index post Loading Loading
Core/Reports/Verdict/Delegates/ActionDelegate.php +6 −2 Original line number Original line Diff line number Diff line Loading @@ -114,9 +114,13 @@ class ActionDelegate if ($entity->type !== 'user') { if ($entity->type !== 'user') { $this->actions->setDeletedFlag($entity, true); $this->actions->setDeletedFlag($entity, true); $this->saveAction->setEntity($entity)->save(); $this->saveAction->setEntity($entity)->save(); } // Apply a strike to the owner // Apply a strike to the owner $this->applyStrike($report); $this->applyStrike($report); } else { // Apply a strike to the owner $this->applyBan($report); } break; break; //case 12: // Incorrect use of hashtags //case 12: // Incorrect use of hashtags // De-index post // De-index post Loading