[PR #110] [MERGED] Fix #106 #153

Closed
opened 2026-02-27 04:59:22 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix-#106


📝 Commits (2)

  • 9d9d91f Restore whatsapp-web.js version to latest
  • 537e4cc Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/guyzyl/whatsapp-contact-sync/pull/110 **Author:** [@guyzyl](https://github.com/guyzyl) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 7/28/2023 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `fix-#106` --- ### 📝 Commits (2) - [`9d9d91f`](https://github.com/guyzyl/whatsapp-contact-sync/commit/9d9d91fef0e4cc050828e4451960e7a93ac2dcde) Restore whatsapp-web.js version to latest - [`537e4cc`](https://github.com/guyzyl/whatsapp-contact-sync/commit/537e4cc8632d99f81a449fe5f7f4dae0e4339019) Use map instead of contacts list to simplify ### 📊 Changes **4 files changed** (+21 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `server/package-lock.json` (+6 -5) 📝 `server/package.json` (+1 -1) 📝 `server/src/sync.ts` (+4 -6) 📝 `server/src/whatsapp.ts` (+10 -16) </details> ### 📄 Description Simplify syncing logic by returning WhatsApp contacts as `Map<string, string>` instead of a list of objects we then have to search. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:59:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#153
No description provided.