boxdot
boxdot
As @gferon pointer it out, the official client library by the Signal organization is not published on crates.io, and therefore it is not possible to publish this crate on crates.io...
Got it. You mean the stability of the features. From my personal experience, the application is quite stable for me. I am using it for more than 2 years almost...
My guess would be that it has something to do with the websocket bug. Presage currently has a bug caching the websockets in use. Also there is no reconnect there,...
What I see in the logs, when the message is not showing is the following line: ``` libsignal_protocol::session_cipher: Message from [uuid].1 failed to decrypt; sender ratchet public key 4b4e86abaa7a234025d0c5866021700c44852e33053ed20f0107653546f71529 message...
We already retrieve profiles in `resolve_name_from_profile` in `src/signal/impl.rs`. At the moment, only profile name is used. However, the returned `Profile` struct does not contain the avatar. Digging deeper in the...
There is Ctrl+P to select a channel. We could add there all contacts that don't have a conversation yet.
This is definitely an unfortunate paper cut. As @mucinoab already pointed out, there is no way to get messages from the past in Signal. This is by design of their...
Oh, yes. We don't handle any special of groups yet. We should definitely look into that.
I wonder how Signal Desktop decide when it is loading. I guess they wait until a stream of incoming messages at the beginning stops, that is, does not send messages...
Closing as too old. If it repeats, we can re-open it.