Skip to content

Commit bce13b3

Browse files
committed
remove allow_creation override
1 parent 32b6a14 commit bce13b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/receive_imf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ async fn add_parts(
867867
&parent,
868868
to_ids,
869869
from_id,
870-
allow_creation || test_normal_chat.is_some(),
870+
allow_creation,
871871
create_blocked,
872872
is_partial_download.is_some(),
873873
)

0 commit comments

Comments
 (0)