diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-13 23:05:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-13 23:05:46 +0300 |
commit | a727a5f4cb61f721cef5a6afa6c2054a06659fea (patch) | |
tree | 3f9bf1677486c0cdbe38ccfba3de72b0f4030d1e /protocols/Discord/src/stdafx.h | |
parent | 653fe9968498470fddda828959c26b886efecbac (diff) |
Discord: displaying roles correctly
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index a5022fb7d6..0794bc5df3 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -58,6 +58,7 @@ extern HWND g_hwndHeartbeat; #define DB_KEY_NICK "Nick" #define DB_KEY_AVHASH "AvatarHash" #define DB_KEY_CHANNELID "ChannelID" +#define DB_KEY_OWNERID "OwnerID" #define DB_KEY_LASTMSGID "LastMessageID" #define DB_KEY_REQAUTH "ReqAuth" |