From 076cdae3fd584eebb8fa003b873013fccaff7993 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 5 May 2020 21:44:03 +0200 Subject: [PATCH] do not show errors during sending as a ephemeral popup or so, just set the message-state to failed, the error can be queried by the user at any time via 'Info' or so --- src/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message.rs b/src/message.rs index 8668adef4..d96833ee7 100644 --- a/src/message.rs +++ b/src/message.rs @@ -1215,7 +1215,7 @@ pub fn set_msg_failed(context: &Context, msg_id: MsgId, error: Option