From a92c533125176e3adb884407a9377dc395676b1f Mon Sep 17 00:00:00 2001 From: Thiago Romano Date: Fri, 27 Oct 2023 16:24:51 -0300 Subject: [PATCH] Disabling default implicit connections Signed-off-by: Thiago Romano --- packages/legacy/core/App/defaultConfiguration.ts | 1 - packages/legacy/core/App/utils/helpers.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/legacy/core/App/defaultConfiguration.ts b/packages/legacy/core/App/defaultConfiguration.ts index eabf31d4f8..92d9248956 100644 --- a/packages/legacy/core/App/defaultConfiguration.ts +++ b/packages/legacy/core/App/defaultConfiguration.ts @@ -49,5 +49,4 @@ export const defaultConfiguration: ConfigurationContext = { useCustomNotifications: useNotifications, proofRequestTemplates: useProofRequestTemplates, enableTours: false, - enableImplicitInvitations: true, } diff --git a/packages/legacy/core/App/utils/helpers.ts b/packages/legacy/core/App/utils/helpers.ts index a4af573c5e..bb5c5b6f53 100644 --- a/packages/legacy/core/App/utils/helpers.ts +++ b/packages/legacy/core/App/utils/helpers.ts @@ -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) {