2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Download video avatars as .mp4 in media viewer.

Fixes #9017.
This commit is contained in:
John Preston
2020-11-09 15:05:36 +03:00
parent db23485fa2
commit 8a9317f9e1
3 changed files with 85 additions and 7 deletions

View File

@@ -471,8 +471,9 @@ bool FileLoader::finalizeResult() {
_cacheTag));
}
}
_session->notifyDownloaderTaskFinished();
const auto session = _session;
_updates.fire_done();
session->notifyDownloaderTaskFinished();
return true;
}