Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ IgnoreIv
Function
IgnoreIv
Telegram/SourceFiles/data/data_web_page.cpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
bool IgnoreIv(WebPageType type) {
195
return (type == WebPageType::Message)
196
|| (type == WebPageType::Album);
197
}
198
199
WebPageType ParseWebPageType(const MTPDwebPage &page) {
200
return ParseWebPageType(
Callers
1
webpageApplyFields
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected