mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +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,
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user