You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
in the message
gurk-rs/src/signal.rs
Lines 168 to 176 in eda8557
solves the issue.
The text was updated successfully, but these errors were encountered: