mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[GH-ISSUE #88] [feature request] period syncing (every x amount of time to sync pictures again). #13
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#13
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?
Originally created by @bigplayer-ai on GitHub (Apr 2, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/88
[feature request] period syncing (every x amount of time to sync pictures again).
I would definitely buy/purchase an application on my iPhone that does this(one time purchase only and not a subscription).
@guyzyl commented on GitHub (Apr 2, 2023):
This is a great idea (and something I've been thinking of for a while now).
The issue with this is that currently the tokens for WhatsApp + GAPI aren't actually stored anywhere (on purpose). They are kept in a memory cache that is deleted when the session ends.
The tokens that the app receives are pretty strong and it's a big privacy and security risk to store them anywhere, which is why the app currently behaves this way.
All in all this is a feature that I want for myself as well, but I need to think about it a bit more.
If you have any suggestions here, I'd be glad to hear them.
@bigplayer-ai commented on GitHub (Apr 6, 2023):
Maybe save them locally encrypted?
@guyzyl commented on GitHub (Apr 6, 2023):
It goes without saying that it will be encrypted, it's still a liability which I'm not sure I would like to undertake.