deltachat-core-rust icon indicating copy to clipboard operation
deltachat-core-rust copied to clipboard

Blocked notifications

Open snan opened this issue 3 years ago β€’ 3 comments

Since my device got 1.24 today, I am getting notifications (sound and banner) for blocked mailing lists. Tapping the banner takes me to the chat, where I can't block it (which makes sense, it's already blocked). It's not otherwise visible in the main list of chats. This is on iPad pro 11 inch 3rd gen iPad OS 15.0.2.

Here is the relevant part of the log; I've elided the exact notification text from two of my friends but kept the mailing list message (from the NGT-Context mailing list) intact. The same thing happened earlier today with another blocked mailing list.

21:48:24.974 πŸ’™ INFO event: src/dc_receive_imf.rs:83: Receiving message INBOX/234091, seen=false...
21:48:24.981 πŸ’™ INFO event: src/dc_receive_imf.rs:113: received message 234091 has Message-Id: CAP3So60WbfkpKtGqVLS9W+M7TxzDjW+A0Q0HbeVM_mb=cohp8w@mail.gmail.com
21:48:24.984 πŸ’™ INFO event: src/dc_receive_imf.rs:1892: not creating ad-hoc group: too few contacts
21:48:24.991 πŸ’™ INFO event: src/dc_receive_imf.rs:1188: Message has 1 parts and is assigned to chat #Chat#157.
21:48:24.993 πŸ’™ INFO incoming message ["message_id": 13770, "chat_id": 157]
21:48:25.000 πŸ’™ INFO notifications: added (Here, I've elided a mail from a friend) [...] [AnyHashable("message_id"): 13770, AnyHashable("chat_id"): 157]
21:48:25.087 πŸ’™ INFO event: src/dc_receive_imf.rs:83: Receiving message INBOX/234092, seen=false...
21:48:25.088 πŸ’™ INFO event: src/dc_receive_imf.rs:113: received message 234092 has Message-Id: [email protected]
21:48:25.091 πŸ’™ INFO event: src/dc_receive_imf.rs:1342: Assigning message to Chat#16 as it's a reply to [email protected]
21:48:25.106 πŸ’™ INFO event: src/dc_receive_imf.rs:1188: Message has 1 parts and is assigned to chat #Chat#16.
21:48:25.108 πŸ’™ INFO ⏰ getChatlist: 0.1138620376586914 s
21:48:25.108 πŸ’™ INFO incoming message ["chat_id": 16, "message_id": 13771]
21:48:25.108 πŸ’™ INFO event: src/dc_receive_imf.rs:83: Receiving message INBOX/234093, seen=false...
21:48:25.109 πŸ’™ INFO event: src/dc_receive_imf.rs:113: received message 234093 has Message-Id: CALDETaT1Dud9ZpgxkndTfURrT3K3=qG5O9VYis2fgY+h=dW90Q@mail.gmail.com
21:48:25.111 πŸ’™ INFO event: src/dc_receive_imf.rs:1892: not creating ad-hoc group: too few contacts
21:48:25.122 πŸ’™ INFO event: src/dc_receive_imf.rs:1188: Message has 1 parts and is assigned to chat #Chat#41.
21:48:25.124 πŸ’™ INFO incoming message ["message_id": 13772, "chat_id": 41]
21:48:25.124 πŸ’™ INFO event: src/imap.rs:767: 3 mails read from "INBOX".
21:48:25.143 πŸ’™ INFO notifications: added NTG-context Re: [NTG-context] Blocks inside a conditional mode. – You can’t nest modes in [...] [AnyHashable("message_id"): 13771, AnyHashable("chat_id"): 16]
21:48:25.144 πŸ’™ INFO notifications: added (here, I've elided another mail from another friend) [...] [AnyHashable("message_id"): 13772, AnyHashable("chat_id"): 41]
21:48:25.223 πŸ’™ INFO ⏰ getChatlist: 0.08035695552825928 s
21:48:25.403 πŸ’™ INFO event: src/imap.rs:767: 0 mails read from "INBOX".
21:48:25.403 πŸ’™ INFO event: src/imap/scan_folders.rs:26: Starting full folder scan

snan avatar Nov 28 '21 21:11 snan

The whole "Blocks inside a conditional" is not an error message from Delta Chat, that was just text in the specific email.

snan avatar Nov 28 '21 21:11 snan

Thanks, this might be a core issue, I wonder why blocked mailing list messages cause any events in the UI. @link2xt @r10s do you agree?

cyBerta avatar Dec 02 '21 16:12 cyBerta

Thanks for taking care @link2xt

cyBerta avatar Dec 02 '21 23:12 cyBerta