Skip to content

Commit

Permalink
Disabling default implicit connections
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Romano <[email protected]>
  • Loading branch information
thiagoromanos committed Oct 27, 2023
1 parent ae69e0c commit f77cda4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/legacy/core/App/defaultConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ export const defaultConfiguration: ConfigurationContext = {
useCustomNotifications: useNotifications,
proofRequestTemplates: useProofRequestTemplates,
enableTours: false,
enableImplicitInvitations: true,
}
1 change: 0 additions & 1 deletion packages/legacy/core/App/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ export const connectFromInvitation = async (
}
} catch (e) {
// don't throw an error, will try to connect again below
agent?.config.logger.debug(`Not a valid DID:\n${JSON.stringify(invitation.getDidServices(), null, 2)}`)
}
}
if (!record) {
Expand Down

0 comments on commit f77cda4

Please sign in to comment.