Notification Functionality was broken/lost with the conversion to recursive filters checking. $filterMatches was updated on the recursion, but not on the process filters. As a result, all launches sent an empty array to the sendNotifications method. These two changes A) Restore the documented notifications system and B) Update the testing to properly ensure that a filter is sent to the notification system.
Restoring Original Filter Match Functionality To Fix Notifications Sending
Updating Test To Verify Notification Called With Filters
Notification Functionality was broken/lost with the conversion to recursive filters checking. $filterMatches was updated on the recursion, but not on the process filters. As a result, all launches sent an empty array to the sendNotifications method. These two changes A) Restore the documented notifications system and B) Update the testing to properly ensure that a filter is sent to the notification system.
Restoring Original Filter Match Functionality To Fix Notifications Sending Updating Test To Verify Notification Called With Filters