diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-09-13 22:28:47 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-09-13 22:28:47 +0300 |
| commit | 6379adc8ad721692e934589bf0d1532ef82a8139 (patch) | |
| tree | 895a0ffd3a628b596e62e54046f6e168b4e49adc /protocols | |
| parent | ccc539fdfad925e21361baf36ae0af5eb81b85b4 (diff) | |
fixes #4657 (NewStory: не отображается предпросмотр)
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/Telegram/src/avatars.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/avatars.cpp b/protocols/Telegram/src/avatars.cpp index b98646f8fb..32d2255cee 100644 --- a/protocols/Telegram/src/avatars.cpp +++ b/protocols/Telegram/src/avatars.cpp @@ -257,6 +257,8 @@ void CTelegramProto::ProcessFile(TD::updateFile *pObj) if (F->m_isSmiley)
SmileyAdd_LoadContactSmileys(SMADD_FILE, m_szModuleName, wszFullName);
+ else
+ NS_NotifyFileReady(wszFullName);
mir_cslock lck(m_csFiles);
m_arFiles.remove(F);
|
