mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
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#153
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?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/110
Author: @guyzyl
Created: 7/28/2023
Status: ✅ Merged
Merged: 7/28/2023
Merged by: @guyzyl
Base:
main← Head:fix-#106📝 Commits (2)
9d9d91fRestore whatsapp-web.js version to latest537e4ccUse map instead of contacts list to simplify📊 Changes
4 files changed (+21 additions, -28 deletions)
View changed files
📝
server/package-lock.json(+6 -5)📝
server/package.json(+1 -1)📝
server/src/sync.ts(+4 -6)📝
server/src/whatsapp.ts(+10 -16)📄 Description
Simplify syncing logic by returning WhatsApp contacts as
Map<string, string>instead of a list of objects we then have to search.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.