MCPcopy 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
194bool IgnoreIv(WebPageType type) {
195 return (type == WebPageType::Message)
196 || (type == WebPageType::Album);
197}
198
199WebPageType ParseWebPageType(const MTPDwebPage &page) {
200 return ParseWebPageType(

Callers 1

webpageApplyFieldsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected