allow ad-hoc-group creation if there is an accepted chat with the contact

This commit is contained in:
B. Petersen
2020-03-24 16:31:36 +01:00
parent 9c06acff72
commit 785973c624

View File

@@ -389,7 +389,11 @@ fn add_parts(
let (new_chat_id, new_chat_id_blocked) = create_or_lookup_group(
context,
&mut mime_parser,
allow_creation,
if test_normal_chat_id.is_unset() {
allow_creation
} else {
true
},
create_blocked,
from_id,
to_ids,