mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix links preview.
This commit is contained in:
parent
3a2c5c6d0a
commit
2ab8bb13c5
1 changed files with 1 additions and 1 deletions
|
@ -3510,7 +3510,7 @@ void Session::webpageApplyFields(
|
||||||
}, [](const auto &) {
|
}, [](const auto &) {
|
||||||
return WebPageStickerSetPtr(nullptr);
|
return WebPageStickerSetPtr(nullptr);
|
||||||
});
|
});
|
||||||
if (!result->items.empty()) {
|
if (result && !result->items.empty()) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue