diff --git a/Mailer/app/hermes/ListCreatedHandler.php b/Mailer/app/hermes/ListCreatedHandler.php index d3773048d..763bf3669 100644 --- a/Mailer/app/hermes/ListCreatedHandler.php +++ b/Mailer/app/hermes/ListCreatedHandler.php @@ -38,9 +38,6 @@ public function handle(MessageInterface $message): bool } $list = $this->listsRepository->find($payload['list_id']); - if (!$list->auto_subscribe) { - return true; - } $page = 1; while ($users = $this->userProvider->list([], $page)) {