Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Prevent N notifications getting sent out when using the Notification facade #15789

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

lucadegasperi
Copy link
Contributor

Each Notification would get sent N times to the same Notifiable for each Notifiable there is. This fix prevents the behavior.

Each Notification would get sent N times to the same Notifiable for each Notifiable there is. This fix prevents the behavior.
@taylorotwell
Copy link
Member

This is just bringing us back to exactly what I wanted to prevent?

@taylorotwell
Copy link
Member

The point is to have a queued job for each notifiable / channel combination. Can you describe the problem more?

@taylorotwell taylorotwell merged commit 760e96c into laravel:5.3 Oct 6, 2016
@taylorotwell
Copy link
Member

Nevermind I see what you mean.

@lucadegasperi
Copy link
Contributor Author

👍

@GrahamCampbell GrahamCampbell changed the title Prevent N notifications getting sent out when using the Notification facade [5.3] Prevent N notifications getting sent out when using the Notification facade Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants