Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove allow_creation override
  • Loading branch information
link2xt committed May 17, 2025
commit bce13b3bfdbff0b2df25450c20c73fdfb9e27cdd
2 changes: 1 addition & 1 deletion src/receive_imf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ async fn add_parts(
&parent,
to_ids,
from_id,
allow_creation || test_normal_chat.is_some(),
allow_creation,
create_blocked,
is_partial_download.is_some(),
)
Expand Down
Loading