gurk-rs
gurk-rs copied to clipboard
Unable to send reaction
On both the current master branch, the reaction feature seems to be broken.
When sending a reaction, it correctly appears locally but seem not to get sent as it does not appear on any other device.
After experimenting a bit with the code, it seems that adding
timestamp: Some(timestamp),
in the message
https://github.com/boxdot/gurk-rs/blob/eda8557e943e492e2781bb486cc5091ed87f4fcf/src/signal.rs#L168-L176
solves the issue.
After some more testing, it appears this problems occurs whenever I'm connected to an unstable network.
This raises another question : we currently do not support sending/caching messages when no connection is available. Would it be possible to implement this?