From 15f9d28fb9624c8cc59b146f06a8d30be62a219d Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 30 Apr 2026 16:47:22 +0100 Subject: [PATCH] support bot: do not log contacts on start (#6928) --- apps/simplex-support-bot/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/simplex-support-bot/src/index.ts b/apps/simplex-support-bot/src/index.ts index 0d0c667750..cc1dd0538c 100644 --- a/apps/simplex-support-bot/src/index.ts +++ b/apps/simplex-support-bot/src/index.ts @@ -165,7 +165,7 @@ async function main(): Promise { // Step 5: List contacts, resolve Grok contact const contacts = await chat.apiListContacts(mainUser.userId) - log(`Contacts: ${contacts.map(c => `${c.contactId}:${c.profile.displayName}`).join(", ") || "(none)"}`) + log(`Contacts connected: ${contacts.length || "(none)"}`) // Always restore grokContactId so the one-way gate can find and remove // Grok members even when Grok API is disabled.