mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +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 &) {
|
||||
return WebPageStickerSetPtr(nullptr);
|
||||
});
|
||||
if (!result->items.empty()) {
|
||||
if (result && !result->items.empty()) {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue