mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[PR #207] [MERGED] Add manual sync option for photo syncing #215
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#215
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/207
Author: @klejejs
Created: 5/21/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @guyzyl
Base:
main← Head:feat/add-manual-sync📝 Commits (6)
1da2febAdd manual sync option for photo syncing11f3579Add styling and backend code improvements for manual syncb2102a8Improve sendMessageAndWait function98122edAdd Google photo prefetch in backend3815709Add default image placeholder if missingcc93570Fix TS issue📊 Changes
8 files changed (+179 additions, -7 deletions)
View changed files
📝
interfaces/api.ts(+4 -0)📝
server/src/gapi.ts(+2 -0)📝
server/src/interfaces.ts(+2 -0)📝
server/src/sync.ts(+46 -3)📝
server/src/ws.ts(+26 -0)📝
web/src/pages/Options.vue(+26 -2)📝
web/src/pages/Sync.vue(+62 -2)📝
web/src/services/ws.ts(+11 -0)📄 Description
Fixes #37.
This PR adds support for the user to choose whether they want to keep the existing photo or use the new WhatsApp photo during sync.
As I am unfamiliar with Vue and haven't used it much, please let me know if there are any improvements or general guidelines I have not adhered to and can improve.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.