diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-02 16:36:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-02 16:36:43 +0300 |
commit | e1d7991a9095a848f0be2dd4a2677697b2e500da (patch) | |
tree | ddecdab8142634c6e2147adf0d8d9da203db7384 /protocols/Discord/src/proto.h | |
parent | fa650aaf5029cc11edf1540996e596a88acabbc1 (diff) |
Discord: avatar change detector moved to the separate function
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |