You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, use of this package is inconsistent. In most cases (for example in the via method), the channel needs to be MessagebirdChannel::class. However, when routing an anonymous notification, the channel needs to be 'messagebird':
Currently, use of this package is inconsistent. In most cases (for example in the
via
method), the channel needs to beMessagebirdChannel::class
. However, when routing an anonymous notification, the channel needs to be'messagebird'
:I think
Notification::resolved
could be used in theMessagebirdServiceProvider
to accomplish this. See for example the Nexmo implementation.The text was updated successfully, but these errors were encountered: