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

Fix #1657 - Prevent adding attachments multiple times in campaign test messages #1659

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

mpilnan
Copy link
Contributor

@mpilnan mpilnan commented Jan 9, 2024

Create a copy of the campaign object before sending test message to each subscriber. This way the attachments are not shared between subscribers.

Fixes #1657

@knadh
Copy link
Owner

knadh commented Jan 9, 2024

Ah, good spot! This is the right way to fix it.

@knadh knadh added the minor-bug label Jan 9, 2024
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.

Attachments get multiplied when sending a campaign test message to multiple subscribers
2 participants