mirror of
https://github.com/mimamch/wa-multi-session.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #48] I not want see image qr #36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @diegobejardelaguila on GitHub (Apr 20, 2025).
Original GitHub issue: https://github.com/mimamch/wa-multi-session/issues/48
Hi. Great library, how can I prevent the QR code image from appearing in the server console?
@ahmdaka06 commented on GitHub (Jun 25, 2025):
u can try with https://github.com/soldair/node-qrcode
@iamgdevvv commented on GitHub (Jul 28, 2025):
U can pass the printQR into false when u try to startSession
const session = await whatsapp.startSession("mysessionid", { printQR: false, });