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

Add the ability to sync based on consent state #1385

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

nplasterer
Copy link
Contributor

Closes #1144

@nplasterer nplasterer self-assigned this Dec 5, 2024
@nplasterer nplasterer marked this pull request as ready for review December 5, 2024 22:33
@nplasterer nplasterer requested a review from a team as a code owner December 5, 2024 22:33
@@ -258,7 +258,7 @@ impl Conversations {

let num_groups_synced = self
.inner_client
.sync_all_welcomes_and_groups(&conn)
.sync_all_welcomes_and_groups(&conn, None)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think a follow up PR needs to be done not only bring the consent filtering to the sync but also to the list functions on the node and browser bindings

@nplasterer nplasterer merged commit 29b2b16 into main Dec 5, 2024
15 checks passed
@nplasterer nplasterer deleted the np/sync-consented branch December 5, 2024 23:02
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.

Ability to not sync groups that are not consented to in sync all group functionality
2 participants