From e1d7991a9095a848f0be2dd4a2677697b2e500da Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Feb 2017 16:36:43 +0300 Subject: Discord: avatar change detector moved to the separate function --- protocols/Discord/src/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Discord/src/proto.h') diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 3fde65a597..91cfe59ab7 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -280,6 +280,7 @@ public: void RemoveFriend(SnowFlake id); CMStringW GetAvatarFilename(MCONTACT hContact); + void CheckAvatarChange(MCONTACT hContact, const CMStringW &wszNewHash); __forceinline int getHeartbeatInterval() const { return m_iHartbeatInterval; } -- cgit v1.2.3