mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Add IV icon to the button.
This commit is contained in:
@@ -171,6 +171,10 @@ WebPageType ParseWebPageType(
|
||||
}
|
||||
}
|
||||
|
||||
bool IgnoreIv(WebPageType type) {
|
||||
return (type == WebPageType::Message);
|
||||
}
|
||||
|
||||
WebPageType ParseWebPageType(const MTPDwebPage &page) {
|
||||
return ParseWebPageType(
|
||||
qs(page.vtype().value_or_empty()),
|
||||
|
Reference in New Issue
Block a user