boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
479 stars 36 forks source link

feat: sync contacts and groups from signal manager #227

Closed boxdot closed 1 year ago

boxdot commented 1 year ago

Gurk copies new and changed contacts and groups from presage's signal manager on startup. Since presage syncs the contacts when linking a new secondary device, gurk does not start empty anymore on the first run.

Currently, presage/libsignal-service does not have an implementation for group syncing, therefore groups are not synced.

Closes #226