boxdot / gurk-rs

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

fix: message linking #255

Closed boxdot closed 6 months ago

boxdot commented 6 months ago

This commit upgrades presage to the latest available version. In particular, it includes the fix for the linking of secondary devices.

For reference, the fix was done in:

https://github.com/whisperfish/presage/pull/220 https://github.com/whisperfish/presage/pull/221 https://github.com/whisperfish/libsignal-service-rs/pull/271

Closes #250