diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-27 20:43:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-27 20:43:55 +0300 |
commit | 40c4c15d469744813f75e73ae9edf82485c1862f (patch) | |
tree | e5c0e71b2b8fc3c670a28a8c8d0d4aaa4e86d298 /protocols/Discord/src/proto.h | |
parent | 8a57ca7afd4cce23a6a9112a64e3a2aeee7d96be (diff) |
fixes #1638 ([Discord] Direct messages from temporary contacts cause the contact to be shown as if it were a regular friend)
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 b092abaa04..fd9bc8d632 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -299,6 +299,7 @@ public: ////////////////////////////////////////////////////////////////////////////////////// // Services + INT_PTR __cdecl RequestFriendship(WPARAM, LPARAM); INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM); INT_PTR __cdecl GetAvatarCaps(WPARAM, LPARAM); |