Skip to content

Commit

Permalink
Remove all DNS, not just manual
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmany committed Jul 30, 2019
1 parent 705c487 commit eadf3d5
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -126,8 +126,7 @@ public function removeDoNotContact(PendingEvent $event)
$this->doNotContact->removeDncForContact(
$contactId,
$channel,
true,
\Mautic\LeadBundle\Entity\DoNotContact::MANUAL
true
);
}
$persistEntities[] = $contact;
Expand Down

0 comments on commit eadf3d5

Please sign in to comment.