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

[messaging] Fix messaging import with no person skipped email #3941

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

Weiko
Copy link
Member

@Weiko Weiko commented Feb 13, 2024

Context

We introduced a isPerson check to skip import of emails that have emails such as "no-reply, contact, etc". However, this broke the full-sync because we were expecting to have the full list of email at some part of the code to extract the last history id for future syncs. This PR changes the check later in the code, in the save, so we can still use the historyId of the last fetched email.

Copy link
Contributor

@bosiraphael bosiraphael left a comment

Choose a reason for hiding this comment

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

LGTM

@Weiko Weiko merged commit 36b69a8 into main Feb 13, 2024
15 checks passed
@Weiko Weiko deleted the c--fix-messaging-import-with-no-person-skipped-email branch February 13, 2024 15:55
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.

None yet

2 participants