2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update API scheme on layer 160.

This commit is contained in:
John Preston
2023-06-13 22:07:29 +04:00
parent 881867186a
commit cdb5f4dc1e
4 changed files with 12 additions and 4 deletions

View File

@@ -3311,6 +3311,8 @@ void Session::webpageApplyFields(
const auto result = attribute.match([&](
const MTPDwebPageAttributeTheme &data) {
return lookupInAttribute(data);
}, [&](const MTPDwebPageAttributeStory &data) {
return (DocumentData*)nullptr;
});
if (result) {
return result;