mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[PR #21] [MERGED] Remove saving of contact name #91
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#91
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/21
Author: @guyzyl
Created: 10/22/2022
Status: ✅ Merged
Merged: 10/22/2022
Merged by: @guyzyl
Base:
main← Head:remove-name📝 Commits (1)
7d8faccRemove saving of contact name📊 Changes
3 files changed (+0 additions, -3 deletions)
View changed files
📝
server/src/gapi.ts(+0 -1)📝
server/src/interfaces.ts(+0 -1)📝
server/src/whatsapp.ts(+0 -1)📄 Description
Cases where a Google contact had a phone number but no display name caused the backend to crash.
Since the contact names weren't actually in use (and just stored), there's no harm in removing them.
This should solve the issue, and a possible fix for #20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.