Skip to content

Commit

Permalink
make history sync null
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 5, 2024
1 parent 1683231 commit 0e4d1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/XMTPiOS/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public final class Client {
accountAddress: address,
nonce: 0,
legacySignedPrivateKeyProto: nil,
historySyncUrl: options.historySyncUrl
historySyncUrl: nil
)

try await options.preAuthenticateToInboxCallback?()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift.git",
"state" : {
"revision" : "082dcb8a270c549c7aa55c2cef59698eae389a49",
"version" : "3.0.9"
"revision" : "bab83b5de3ed4713d50535e61bca281179bf04fd",
"version" : "3.0.10"
}
},
{
Expand Down

0 comments on commit 0e4d1fa

Please sign in to comment.