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

Libxmtp fork fix dont overwrite intent state #352

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

cameronvoell
Copy link
Contributor

@cameronvoell cameronvoell requested a review from a team as a code owner December 16, 2024 23:24
@@ -129,7 +129,8 @@ data class Conversations(

// Sync all new and existing conversations data from the network
suspend fun syncAllConversations(): UInt {
return ffiConversations.syncAllConversations()
// TODO: add consentState here
return ffiConversations.syncAllConversations(null)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nplasterer per conversation we'll add this in a follow up. or let me know if I misunderstood

@cameronvoell cameronvoell force-pushed the cv/update-libxmtp-fork-fix-published-intents branch from a5f8cfe to 4f6359c Compare December 16, 2024 23:30
@cameronvoell cameronvoell merged commit 25f5a49 into main Dec 17, 2024
5 of 6 checks passed
@cameronvoell cameronvoell deleted the cv/update-libxmtp-fork-fix-published-intents branch December 17, 2024 00:05
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