Skip to content

run on sms jobs as well as mail jobs

jamie requested to merge jamie/civicrm-recalculate-recipients:sms into master

As far as I can tell, whenever a scheduled mailing job is processed, we rebuild the recipients for all the scheduled mailing jobs and sms jobs (since the MailingJob.get API call returns both).

This fix simply ensures we do the same when an SMS job is processed.

Merge request reports