From 577fbf81d31468144a6b188726a5c39edc625a7d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 May 2023 18:31:01 +0300 Subject: Jabber: fix for offline file links in HTTP Upload --- protocols/JabberG/src/jabber_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src') diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 39f6413007..68a0696630 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1345,7 +1345,7 @@ void CJabberProto::OnProcessMessage(const TiXmlElement *node, ThreadData *info) ft->std.szCurrentFile.w = mir_utf8decodeW(szName); PROTORECVFILE pre = {}; - pre.dwFlags = PRFF_UTF; + pre.dwFlags = PRFF_UTF | PRFF_SILENT; pre.fileCount = 1; pre.timestamp = time(0); pre.files.a = &pszName; -- cgit v1.2.3