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
let txt = "[This message cannot be decrypted.\n\n• It might already help to simply reply to this message and ask the sender to send the message again.\n\n• If you just re-installed Delta Chat then it is best if you re-setup Delta Chat now and choose \"Add as second device\" or import a backup.]";
614
+
615
+
let part = Part{
616
+
typ:Viewtype::Text,
617
+
msg_raw:Some(txt.to_string()),
618
+
msg: txt.to_string(),
619
+
// Don't change the error prefix for now,
620
+
// receive_imf.rs:lookup_chat_by_reply() checks it.
let txt = "[This message cannot be decrypted.\n\n• It might already help to simply reply to this message and ask the sender to send the message again.\n\n• If you just re-installed Delta Chat then it is best if you re-setup Delta Chat now and choose \"Add as second device\" or import a backup.]";
626
-
627
-
let part = Part{
628
-
typ:Viewtype::Text,
629
-
msg_raw:Some(txt.to_string()),
630
-
msg: txt.to_string(),
631
-
// Don't change the error prefix for now,
632
-
// receive_imf.rs:lookup_chat_by_reply() checks it.
0 commit comments