summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-26 17:54:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-26 17:54:35 +0300
commitba87853be16114c4ad289714bdf979d2c1e6ca5a (patch)
treec13035240179cb8b2d6c9fdc33c69e3cc4bc25ee
parent51cb1a0a2101fc6d7b8376f5d07adbede24f56a9 (diff)
Discord: proper flags for avatars
-rw-r--r--protocols/Discord/src/avatars.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Discord/src/avatars.cpp b/protocols/Discord/src/avatars.cpp
index 1e0f41a565..e44df7da04 100644
--- a/protocols/Discord/src/avatars.cpp
+++ b/protocols/Discord/src/avatars.cpp
@@ -50,6 +50,9 @@ INT_PTR CDiscordProto::GetAvatarCaps(WPARAM wParam, LPARAM lParam)
break;
case AF_ENABLED:
+ case AF_DONTNEEDDELAYS:
+ case AF_FETCHIFPROTONOTVISIBLE:
+ case AF_FETCHIFCONTACTOFFLINE:
res = 1;
break;
}