Elalitareq
Results
2
comments of
Elalitareq
> Just add `markOnlineOnConnect: false` in your auth configuration. > > ``` > const WA = makeWASocket({ > auth: state, > ..., > markOnlineOnConnect: false, > }); > ``` its...
> > > sock.sendPresenceUpdate('unavailable') after every message send or any logic you want > > > > > > For me, this work! > > How do you fix your...