From 0e4d1fa6b6a1fa52bf71d57375425ee358ead828 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 4 Dec 2024 17:19:09 -0800 Subject: [PATCH] make history sync null --- Sources/XMTPiOS/Client.swift | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/XMTPiOS/Client.swift b/Sources/XMTPiOS/Client.swift index 9161a058..3c2e546b 100644 --- a/Sources/XMTPiOS/Client.swift +++ b/Sources/XMTPiOS/Client.swift @@ -212,7 +212,7 @@ public final class Client { accountAddress: address, nonce: 0, legacySignedPrivateKeyProto: nil, - historySyncUrl: options.historySyncUrl + historySyncUrl: nil ) try await options.preAuthenticateToInboxCallback?() diff --git a/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b42daae7..80edabbc 100644 --- a/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, {