mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix links preview.
This commit is contained in:
@@ -3510,7 +3510,7 @@ void Session::webpageApplyFields(
|
||||
}, [](const auto &) {
|
||||
return WebPageStickerSetPtr(nullptr);
|
||||
});
|
||||
if (!result->items.empty()) {
|
||||
if (result && !result->items.empty()) {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user