mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Add view button to channel boost link previews.
This commit is contained in:
@@ -176,6 +176,8 @@ WebPageType ParseWebPageType(
|
||||
return WebPageType::User;
|
||||
} else if (type == u"telegram_botapp"_q) {
|
||||
return WebPageType::BotApp;
|
||||
} else if (type == u"telegram_channel_boost"_q) {
|
||||
return WebPageType::ChannelBoost;
|
||||
} else if (hasIV) {
|
||||
return WebPageType::ArticleWithIV;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user