diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-16 21:09:54 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-16 21:09:54 +0200 |
commit | baa38b939c22325a255641e2bf483a202ec9bb08 (patch) | |
tree | c8385d43117fd1c85b77a269d9a4f357c038d1a6 /protocols | |
parent | 7b425e06f940fbc0a1d962bee7695530fcc70ceb (diff) |
Discord: UseGroupChats shall be enabled by default, but disabled for new accounts
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Discord/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/proto.cpp b/protocols/Discord/src/proto.cpp index 4dd821c6a2..d0fa670de4 100644 --- a/protocols/Discord/src/proto.cpp +++ b/protocols/Discord/src/proto.cpp @@ -48,7 +48,7 @@ CDiscordProto::CDiscordProto(const char *proto_name, const wchar_t *username) : m_wszEmail(this, "Email", L""), m_wszDefaultGroup(this, "GroupName", DB_KEYVAL_GROUP), - m_bUseGroupchats(this, "UseGroupChats", false), + m_bUseGroupchats(this, "UseGroupChats", true), m_bHideGroupchats(this, "HideChats", true), m_bUseGuildGroups(this, "UseGuildGroups", false) { |