Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ activeMediaView
Method
activeMediaView
Telegram/SourceFiles/data/data_document.cpp:988–990 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
986
}
987
988
std::shared_ptr<Data::DocumentMedia> DocumentData::activeMediaView() const {
989
return _media.lock();
990
}
991
992
void DocumentData::setGoodThumbnailPhoto(not_null<PhotoData*> photo) {
993
_goodThumbnailPhoto = photo;
Callers
1
collectLocalData
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected