diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-24 18:04:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-24 18:04:30 +0300 |
commit | 53c26b123b267420707d9d337c4a2d3f32c8be81 (patch) | |
tree | 6503a81f6a21244bd8203f9014f51762894d9e3d /protocols/Discord/src/proto.h | |
parent | 7b32f314110ff2cdb2d2ddade8e7b8ff9e5b51fb (diff) |
Discord: temporary token not to be saved
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 14451dce1f..a513ee59b3 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -183,7 +183,7 @@ class CDiscordProto : public PROTO<CDiscordProto> wchar_t *m_wszStatusMsg[MAX_STATUS_COUNT]; - ptrA m_szAccessToken; + ptrA m_szAccessToken, m_szTempToken; mir_cs m_csHttpQueue; HANDLE m_evRequestsQueue; @@ -350,7 +350,6 @@ public: INT_PTR __cdecl RequestFriendship(WPARAM, LPARAM); INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM); - INT_PTR __cdecl SvcGetEventIcon(WPARAM, LPARAM); INT_PTR __cdecl GetAvatarCaps(WPARAM, LPARAM); INT_PTR __cdecl GetAvatarInfo(WPARAM, LPARAM); |