Skip to content

Commit

Permalink
Remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalzieu committed Aug 9, 2024
1 parent 950976a commit beea3e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1480,12 +1480,6 @@ public class XMTPModule: Module {
}
return await client.contacts.isGroupDenied(groupId: groupId)
}

OnAppBecomesActive {
Task {
try await clientsManager.reconnectAllLocalDatabaseConnections()
}
}

AsyncFunction("exportNativeLogs") { () -> String in
var logOutput = ""
Expand Down

0 comments on commit beea3e1

Please sign in to comment.