diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-26 17:37:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-26 17:37:16 +0300 |
commit | 51cb1a0a2101fc6d7b8376f5d07adbede24f56a9 (patch) | |
tree | 26b2251fe405475cda53bf50b5f826652c4f3397 /protocols/Discord/src/proto.h | |
parent | 3ac978c8338af177cde02e5c1c1d285170027d82 (diff) |
fix of marking unread events as read
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index f0b76a2e27..96428bf2dd 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -97,7 +97,7 @@ struct CDiscordUser : public MZeroedObject SnowFlake guildId; SnowFlake channelId; - SnowFlake lastMessageId; + SnowFlake lastMessageId, lastReadId; bool bIsPrivate; CMStringW wszUsername; |