2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix sending of saved GIFs.

This commit is contained in:
John Preston
2019-03-11 09:45:06 +04:00
parent a886c598c1
commit b0ff443eac
3 changed files with 5 additions and 9 deletions

View File

@@ -363,11 +363,9 @@ void GifsListWidget::selectInlineResult(int row, int column) {
} else if (document->loading()) {
document->cancel();
} else {
DocumentOpenClickHandler::Open(
document->save(
document->stickerOrGifOrigin(),
document,
nullptr,
ActionOnLoadNone);
QString());
}
} else if (const auto inlineResult = item->getResult()) {
if (inlineResult->onChoose(item)) {