Skip to content

Commit

Permalink
fix: disable online status on WhatsApp connection to prevent unintend…
Browse files Browse the repository at this point in the history
…ed presence updates
  • Loading branch information
binsarjr committed Jan 29, 2025
1 parent 394833e commit 1f6b60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/whatsapp/src/core/whatsapp-connection.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class WhatsappConnectionService {
logger: logger,
generateHighQualityLinkPreview: true,
printQRInTerminal: true,
markOnlineOnConnect: false,
});

this.store.set(deviceId, {
Expand Down

0 comments on commit 1f6b60a

Please sign in to comment.