whatsapp-client icon indicating copy to clipboard operation
whatsapp-client copied to clipboard

Multiple sessions

Open vitormattos opened this issue 5 years ago • 0 comments

Now the session file are defined manually in this constructor method:

https://github.com/LibreCodeCoop/whatsapp-client/blob/c2a3a951a163757dacb8e0bbd1b1a6e9120b7a19/src/Client.php#L33

  • [ ] when the session file is not defined in the constructor, put the phone number of account in the session filename.
  • [ ] prefix all sessions files or put a extension to a file or put the files in a session directory
  • [ ] put the sessions files in .gitignore

vitormattos avatar Oct 20 '20 14:10 vitormattos