-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Don't add "Failed to send message to ..." info messages to grou…
…p chats A NDN may arrive days after the message is sent when it's already impossible to tell which message wasn't delivered looking at the "Failed to send" info message, so it only clutters the chat and makes the user think they tried to send some message recently which isn't true. Moreover, the info message duplicates the info already displayed in the error message behind the exclamation mark and info messages do not point to the message that is failed to be sent. Moreover it works rarely because `mimeparser.rs` only parses recipients from `x-failed-recipients`, so it likely only works for Gmail. Postfix does not add this `X-Failed-Recipients` header. Let's remove this parsing too. Thanks to @link2xt for pointing this out.
- Loading branch information
Showing
4 changed files
with
13 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters