diff options
Diffstat (limited to 'protocols/JabberG/src')
-rw-r--r-- | protocols/JabberG/src/jabber_ft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_ft.cpp b/protocols/JabberG/src/jabber_ft.cpp index 674e793b2d..df8a0cee03 100644 --- a/protocols/JabberG/src/jabber_ft.cpp +++ b/protocols/JabberG/src/jabber_ft.cpp @@ -105,7 +105,7 @@ LBL_Error: // if we enabled XEP-0231, try to inline a picture
if (m_bInlinePictures && ProtoGetAvatarFileFormat(ft->std.szCurrentFile.w)) {
if (FtTryInlineFile(ft)) {
- FtSendFinal(true, ft);
+ mir_forkthread(FakeAckThread, ft);
return;
}
}
|