laravel-notification-channels/pushbullet

Cannot send to all devices

Closed this issue · 3 comments

Pushbullet has the ability to push notifications to all of a user's devices, if you simply do not supply an device_iden in the request. I can fudge this by commenting out one line in PushbulletMessage::toArray

//'target' => $this->target->getTarget(),

And it then goes to all devices for the api token in the config. But it would be great if this was somehow an option without me having to hack about vendor code!!

(Again I do appreciate this is technically a feature request rather than an issue!)

Again, I will see what I could do about it. Thanks)

@lauriek please check #38