do not create chats by reactions

This commit is contained in:
B. Petersen
2022-10-18 17:50:46 +02:00
parent d34f9e23fe
commit 369e1a3ad7

View File

@@ -455,7 +455,7 @@ async fn add_parts(
ShowEmails::All => allow_creation = !is_mdn, ShowEmails::All => allow_creation = !is_mdn,
} }
} else { } else {
allow_creation = !is_mdn; allow_creation = !is_mdn && !is_reaction;
} }
// check if the message introduces a new chat: // check if the message introduces a new chat: