Skip to content

Commit

Permalink
remove double sync all
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 25, 2024
1 parent 1d624f4 commit 7d762b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,6 @@ class XMTPModule : Module() {
withContext(Dispatchers.IO) {
logV("syncAllGroups")
val client = clients[inboxId] ?: throw XMTPException("No client")
client.conversations.syncAllGroups()
// Expo Modules do not support UInt, so we need to convert to Int
val numGroupsSyncedInt: Int =
client.conversations.syncAllGroups()?.toInt() ?: throw IllegalArgumentException(
Expand Down

0 comments on commit 7d762b6

Please sign in to comment.