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

Method documentLoadFail

Telegram/SourceFiles/data/data_session.cpp:1854–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852}
1853
1854void Session::documentLoadFail(
1855 not_null<DocumentData*> document,
1856 bool started) {
1857 notifyDocumentLayoutChanged(document);
1858 _documentLoadProgress.fire_copy(document);
1859}
1860
1861void Session::photoLoadProgress(not_null<PhotoData*> photo) {
1862 requestPhotoViewRepaint(photo);

Callers 1

handleLoaderUpdatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected