mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
do not create chats by reactions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user