Skip to content

Commit

Permalink
resubscribe removed
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Oct 17, 2023
1 parent 6e74c9c commit 6929f0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public class NotifyClient {

public func register(account: Account, domain: String, isLimited: Bool = false, onSign: @escaping SigningCallback) async throws {
try await identityService.register(account: account, domain: domain, isLimited: isLimited, onSign: onSign)
try await resubscribeService.resubscribe(account: account)
notifyAccountProvider.setAccount(account)
subscriptionWatcher.start()
}
Expand Down

0 comments on commit 6929f0b

Please sign in to comment.