laravel-onesignal
laravel-onesignal copied to clipboard
Include segments broken - Send custom notification
In the last release an additional check is performed before setting $parameters['included_segments'] = ['All'] by default in sendNotificationCustom()
However the check is on the string instead of the array index:
empty('include_external_user_ids')
Should be:
empty($parameters['include_external_user_ids'])
Any news??((
@berkayk Would be great to merge that, let us know if you need any help