Ask if user wants to sync contacts with relays

This commit is contained in:
Thomas Mathews 2022-12-27 10:58:21 -08:00
parent f706ed17d0
commit 5895e0f052

View file

@ -117,6 +117,9 @@ function click_toggle_follow_user(el) {
}
el.innerText = is_friend ? "Follow" : "Unfollow";
contacts_save(contacts);
if (window.confirm("Contacts are saved locally. Do you want to sync you contacts with all relays?")) {
update_contacts();
}
}
function show_new() {