gurk-rs
gurk-rs copied to clipboard
Retrieve profile via profile keys does not work
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.
It is indeed fixed, but I also need to slightly modify the API call made in presage. I'll open a PR tomorrow.