mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
allow ad-hoc-group creation if there is an accepted chat with the contact
This commit is contained in:
@@ -389,7 +389,11 @@ fn add_parts(
|
|||||||
let (new_chat_id, new_chat_id_blocked) = create_or_lookup_group(
|
let (new_chat_id, new_chat_id_blocked) = create_or_lookup_group(
|
||||||
context,
|
context,
|
||||||
&mut mime_parser,
|
&mut mime_parser,
|
||||||
allow_creation,
|
if test_normal_chat_id.is_unset() {
|
||||||
|
allow_creation
|
||||||
|
} else {
|
||||||
|
true
|
||||||
|
},
|
||||||
create_blocked,
|
create_blocked,
|
||||||
from_id,
|
from_id,
|
||||||
to_ids,
|
to_ids,
|
||||||
|
|||||||
Reference in New Issue
Block a user