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

feat(brevo) : Hide contacts properly for all sources #303

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vperron
Copy link
Contributor

@vperron vperron commented Sep 23, 2024

Comment on lines +40 to +41
SELECT DISTINCT
UNNEST(contact_uids) AS id,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SELECT DISTINCT
UNNEST(contact_uids) AS id,
SELECT
DISTINCT UNNEST(contact_uids) AS id,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c'est pas moi c'est sqlfluff.

When a contact has stated an opposition and/or has been blacklisted,
handle it correctly, whatever the source.

This time, it is also properly tested.
@vperron
Copy link
Contributor Author

vperron commented Oct 1, 2024

Je m'attends à une relecture plus musclée :)

@vperron
Copy link
Contributor Author

vperron commented Oct 8, 2024

@vmttn cette PR est un peu tricky je serais content d'avoir ton avis à ce sujet.

@Caldagues je vais ajouter à cette PR l'implémentation pour cacher les contacts d'une structure également si on a eu opposition sur un email venant d'un service.

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.

2 participants