MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / chatListPreloadData

Method chatListPreloadData

Telegram/SourceFiles/data/data_forum_topic.cpp:630–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void ForumTopic::chatListPreloadData() {
631 if (_icon) {
632 [[maybe_unused]] const auto preload = _icon->ready();
633 }
634 allowChatListMessageResolve();
635}
636
637void ForumTopic::paintUserpic(
638 Painter &p,

Callers

nothing calls this directly

Calls 1

readyMethod · 0.45

Tested by

no test coverage detected