mirror of https://github.com/procxx/kepka.git
Revert "Fixed display SendFilesBox via historyAttach button."
This reverts commit a0926f2d70
because it
doesn't do what it should do :(
This commit is contained in:
parent
48cee21b9f
commit
2b8951b2ac
|
@ -3085,7 +3085,11 @@ void HistoryWidget::chooseAttach() {
|
|||
auto list = Storage::PrepareMediaList(
|
||||
result.paths,
|
||||
st::sendMediaPreviewSize);
|
||||
confirmSendingFiles(std::move(list), CompressConfirm::Auto);
|
||||
if (list.allFilesForCompress || list.albumIsPossible) {
|
||||
confirmSendingFiles(std::move(list), CompressConfirm::Auto);
|
||||
} else if (!showSendingFilesError(list)) {
|
||||
uploadFiles(std::move(list), SendMediaType::File);
|
||||
}
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue