boxdot / gurk-rs

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

Retrieve profile via profile keys does not work #200

Open boxdot opened 1 year ago

boxdot commented 1 year ago

Currently we resolve contact names either via the contact book API, or via a server call to retreive and decode user profile. The latter method does not work. All downloaded profiles are empty.

It might be that this issue is already fixed in libsignal-service, and we need to upgrade.

gferon commented 1 year ago

It is indeed fixed, but I also need to slightly modify the API call made in presage. I'll open a PR tomorrow.