deltachat-core-rust
deltachat-core-rust copied to clipboard
Blocked notifications
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
The whole "Blocks inside a conditional" is not an error message from Delta Chat, that was just text in the specific email.
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?
Thanks for taking care @link2xt