mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
remove allow_creation override
This commit is contained in:
@@ -867,7 +867,7 @@ async fn add_parts(
|
|||||||
&parent,
|
&parent,
|
||||||
to_ids,
|
to_ids,
|
||||||
from_id,
|
from_id,
|
||||||
allow_creation || test_normal_chat.is_some(),
|
allow_creation,
|
||||||
create_blocked,
|
create_blocked,
|
||||||
is_partial_download.is_some(),
|
is_partial_download.is_some(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user