summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-06-08 14:02:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-06-08 14:02:35 +0300
commit9f40e8aa80525dcf0343ffa82cb137a6f3d8b258 (patch)
treeb03ee9e659fe854bbb7e5d0f1c6aafad70a9881d /protocols/Discord/src/proto.h
parenta72c1249cee354f27967b266028a68bf0990eee4 (diff)
Discord: fix for problems of small Guilds (missing nick list, duplicate group chat messages)
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r--protocols/Discord/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h
index 3b3d83fda2..3e4b0065dc 100644
--- a/protocols/Discord/src/proto.h
+++ b/protocols/Discord/src/proto.h
@@ -65,6 +65,7 @@ struct CDiscordUser : public MZeroedObject
SnowFlake parentId;
bool bIsPrivate;
bool bIsGroup;
+ bool bSynced;
struct CDiscordGuild *pGuild;