boxdot / gurk-rs

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

feat: add ephemeral status to sent messages on errors #222

Closed boxdot closed 1 year ago

boxdot commented 1 year ago

Messages that could not be sent are marked as such by adding a read field below showing the error message. The status is ephemeral and is not stored. Resending of message is not implemented.

Also upgrade presage to incl. the fix which does not reuse websocket connection for sending. This should fix sending messages.