summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-07-13 19:27:38 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-07-13 19:27:38 +0300
commitfa9cafb23a93496a4e67db2832f231b2f0f585b0 (patch)
treea25e0a83e3a2d9ce9bddd3e01b748383f76877d2 /src
parent98f3d8e2edfc125ed9d7918415743e57cf820b9e (diff)
files: no need to blink for group chats
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/file.cpp b/src/mir_app/src/file.cpp
index d2b8ae5442..a53d57f5a8 100644
--- a/src/mir_app/src/file.cpp
+++ b/src/mir_app/src/file.cpp
@@ -408,7 +408,7 @@ MEVENT Proto_RecvFile(MCONTACT hContact, PROTORECVFILE *pre)
else {
Skin_PlaySound("RecvFile");
- if (!bSent) {
+ if (!bSent && !Contact::IsGroupChat(hContact)) {
wchar_t szTooltip[256];
mir_snwprintf(szTooltip, TranslateT("File from %s"), Clist_GetContactDisplayName(hContact));