mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #93] [Feature Request] Logout from WhatsApp after syncing photos from WhatsApp to Google Contacts. #16
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#16
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 @bigplayer-ai on GitHub (Apr 6, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/93
[Feature Request] Logout from WhatsApp after syncing photos from WhatsApp to Google Contacts.
@guyzyl commented on GitHub (Apr 6, 2023):
That's a great idea, but it's not possible from the server side.
I'm already destroying the session and delete it on the server side, but you still need to remove the authentication from the WhatsApp app on you phone (which I can't trigger from the server).
@guyzyl commented on GitHub (Apr 6, 2023):
You know what, it might be possible - https://docs.wwebjs.dev/Client.html#logout
I'm reopening the issue.
@bigplayer-ai commented on GitHub (May 10, 2023):
is this repo still active?
@guyzyl commented on GitHub (May 10, 2023):
Yes, but this is a side project of mine. Unless there are critical bugs, it will take me some time to get around to developing new features.
This is an open source project, contributions are always welcome 😁.
@guyzyl commented on GitHub (Jul 28, 2023):
I just tried testing the
lougout()function but it doesn't seem to actually log out, it doesn't remove the device from the linked devices list.@guyzyl commented on GitHub (Aug 25, 2023):
Apparently improvements to the
logout()mechanism have been made in v1.22.1, need to test again and see if it works now.@guyzyl commented on GitHub (Aug 25, 2023):
Tested again, still nothing
memorystoresession store #89