mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Previously, we would do a full directory/CDS refresh in response to any change in system contacts. That can be expensive. This changes the behavior to look at how many new contacts there after being notified of a contact change. - If there aren't any, we just sync names and stuff. - If we just have a few new contacts, we'll sync just those specifically. - If we have a lot, we'll do a full sync.