blockcore-notes icon indicating copy to clipboard operation
blockcore-notes copied to clipboard

Show notification whenever a newer contact list is found

Open sondreb opened this issue 2 years ago • 1 comments

Right now we only show import on initial login of empty database, and we ensure that only latest is the one picked.

We should also keep (persist) the created_at date for the contact lists upon import, and then present user with import notification when list is modified outside of current instance.

Importing will only append, not replace if there are extras locally.

sondreb avatar Feb 18 '23 23:02 sondreb

We should probably just auto-import whenever the profile is updated and add new users, if any. If I have multiple instances, they will simply keep in sync.

sondreb avatar Feb 19 '23 00:02 sondreb