boxdot / gurk-rs

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

Fix reactions not showing up on other devices #331

Closed hrdl-github closed 1 week ago

hrdl-github commented 2 weeks ago

This fixes the issue of reactions not showing up due to the timestamp field being missing in data messages sent by gurk. With https://github.com/whisperfish/presage/pull/295 presage handles the field correctly, so it no longer needs to be set by gurk.

hrdl-github commented 1 week ago

Fixes #147 and #110.