whisperfish / presage

A high-level Rust library to help write clients for the Signal Messenger.
GNU Affero General Public License v3.0
107 stars 20 forks source link

Support partial contacts update requests #171

Open julianfairfax opened 1 year ago

julianfairfax commented 1 year ago

Add support for requesting a partial contacts update from the main Signal device, to be used in clients such as Flare, for contact updates.

gferon commented 9 months ago

Just to make sure I understand correctly, would that be similar to https://github.com/whisperfish/presage/issues/98?

julianfairfax commented 9 months ago

Just to make sure I understand correctly, would that be similar to #98?

I suppose yes. I was referring to how Signal-Desktop syncs the contacts on each launch though (which, since you can now also delete contacts, could be useful).