From 369e1a3ad76e6ac59fc50d35c5af2a412589c826 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 18 Oct 2022 17:50:46 +0200 Subject: [PATCH] do not create chats by reactions --- src/receive_imf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/receive_imf.rs b/src/receive_imf.rs index 9b06ac450..51a65c449 100644 --- a/src/receive_imf.rs +++ b/src/receive_imf.rs @@ -455,7 +455,7 @@ async fn add_parts( ShowEmails::All => allow_creation = !is_mdn, } } else { - allow_creation = !is_mdn; + allow_creation = !is_mdn && !is_reaction; } // check if the message introduces a new chat: