mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-09 21:48:02 +00:00
support bot: do not log contacts on start (#6928)
This commit is contained in:
@@ -165,7 +165,7 @@ async function main(): Promise<void> {
|
||||
|
||||
// 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.
|
||||
|
||||
Reference in New Issue
Block a user