mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #112] [MERGED] Shuffle Google contacts before starting sync #156
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#156
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/112
Author: @guyzyl
Created: 7/28/2023
Status: ✅ Merged
Merged: 7/28/2023
Merged by: @guyzyl
Base:
main← Head:shuffle-contacts-before-sync📝 Commits (2)
fbff927Shuffle Google contacts before starting syncfc0d9f6Fix typo📊 Changes
1 file changed (+9 additions, -2 deletions)
View changed files
📝
server/src/sync.ts(+9 -2)📄 Description
For some reason all of the contacts that don't have a photo are at the beginning of the array, this causes the sync to feel slow since no photos show up on the UI.
To "fix" this, we shuffle the array so that the contacts without photos are spread out.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.