From 223448d75b2aa2ea525beee96f9cf0fb266d8e73 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Jun 2025 14:55:12 +0300 Subject: fixes #5014 completely --- protocols/Telegram/src/proto.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Telegram/src/proto.cpp') diff --git a/protocols/Telegram/src/proto.cpp b/protocols/Telegram/src/proto.cpp index 97c3e44a01..28202199b8 100644 --- a/protocols/Telegram/src/proto.cpp +++ b/protocols/Telegram/src/proto.cpp @@ -465,6 +465,7 @@ void CTelegramProto::ProcessFileMessage(TG_FILE_REQUEST *ft, const TD::message * // if that file was sent once, it might be cached at the server & reused if (auto *pRemote = pFile->remote_.get()) { if (pRemote->is_uploading_completed_) { + ShowFileProgress(pFile, ft); ProtoBroadcastAck(ft->m_hContact, ACKTYPE_FILE, ACKRESULT_SUCCESS, ft); delete ft; return; -- cgit v1.2.3