summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-26 17:37:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-26 17:37:16 +0300
commit51cb1a0a2101fc6d7b8376f5d07adbede24f56a9 (patch)
tree26b2251fe405475cda53bf50b5f826652c4f3397 /protocols/Discord/src/proto.h
parent3ac978c8338af177cde02e5c1c1d285170027d82 (diff)
fix of marking unread events as read
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r--protocols/Discord/src/proto.h2
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;