Skip to content

Make subscriber validation optional (defaults to no validation)

Dominik Kunz requested to merge 87-optional-subscription-check into develop

Makes the validation of subscriber optional (defaults to false).

Can be enabled using the property validate-subscribers. If disabled all subscribers are considered to be included in the notification process. If enabled only the subscribers that are returned by a third party application are taken into consideration.

Merge request reports