Skip to content

Commit

Permalink
libxmtp fork fix dont overwrite intent state
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 16, 2024
1 parent a68bf37 commit a5f8cfe
Show file tree
Hide file tree
Showing 7 changed files with 750 additions and 90 deletions.
4 changes: 2 additions & 2 deletions library/src/main/java/libxmtp-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 3103e7b9
Version: 339483f3
Branch: main
Date: 2024-12-05 00:24:03 +0000
Date: 2024-12-16 21:37:35 +0000
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

suspend fun newConversation(peerAddress: String): Conversation {
Expand Down
Loading

0 comments on commit a5f8cfe

Please sign in to comment.