check re-subscription for right list id and tag id

This commit is contained in:
Daniel Seifert 2025-05-28 15:46:23 +02:00
parent a2b52d6e20
commit bb227b1ed0

View File

@ -399,6 +399,9 @@ class Subscriber extends Entity
$smsNumber
);
}
if ($tagId && !$this->isTagSet($tagId)) {
$this->addTag($tagId);
}
}
// missing getters (return is timestamp list)