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

[Mailer] Fix BC breaking event name change #47992

Open
wants to merge 1 commit into
base: 6.2
Choose a base branch
from

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Oct 25, 2022

Q A
Branch? 6.2
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #47989
License MIT
Doc PR -

While I get the motivation for introducing this QueuingMessageEvent child event, it's a BC break that is difficult to circumvent due to the fact it's an event (the parent may still be used as it's not deprecated).
So I propose to revert its addition and just add the needed stamp-related methods to the original event instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mailer] 6.2 dev - MessageEvent listener not called
2 participants