Skip to content

Commit

Permalink
Binding bump for history dm sync (#357)
Browse files Browse the repository at this point in the history
* get on latest bindings

* update bindings

* fix lint

* fix up the test
  • Loading branch information
nplasterer authored Dec 21, 2024
1 parent f06a0cd commit 20c8c24
Show file tree
Hide file tree
Showing 7 changed files with 366 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ConversationsTest {
runBlocking { boClient.conversations.findOrCreateDm(caro.walletAddress) }
val group =
runBlocking { boClient.conversations.newGroup(listOf(caro.walletAddress)) }
assertEquals(runBlocking { boClient.conversations.syncAllConversations() }.toInt(), 2)
assertEquals(runBlocking { boClient.conversations.syncAllConversations() }.toInt(), 3)
assertEquals(
runBlocking { boClient.conversations.syncAllConversations(consentState = ConsentState.ALLOWED) }.toInt(),
2
Expand Down
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: eccce061
Version: 7d863bde
Branch: main
Date: 2024-12-18 17:39:46 +0000
Date: 2024-12-20 22:46:38 +0000
389 changes: 363 additions & 26 deletions library/src/main/java/xmtpv3.kt

Large diffs are not rendered by default.

Binary file modified library/src/main/jniLibs/arm64-v8a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/armeabi-v7a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/x86/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/x86_64/libuniffi_xmtpv3.so
Binary file not shown.

0 comments on commit 20c8c24

Please sign in to comment.