signal-golang / textsecure

TextSecure(signal) client package for Go
GNU General Public License v3.0
57 stars 26 forks source link

Fetch remote identityKey with UUID for fingerprint generation. #48

Closed Blackoverflow closed 2 years ago

Blackoverflow commented 2 years ago

Corresponding to Pull Request https://github.com/nanu-c/axolotl/pull/642

Assuming that all Identity Keys can be referenced by UUID, I changed the code for fingerprint generation to use the UUID instead of the Tel. This should fix #548

Blackoverflow commented 2 years ago

It worked on my phone. :)