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.