diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:10:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:10:57 +0300 |
commit | d5c6af21d737670e4abbdb6521e5c8e3d074fee8 (patch) | |
tree | f7d8ff3b36ae68c46a13f49ab2c4bdf209c458fb /protocols/Discord/src/proto.cpp | |
parent | cfa5f749346d8696a9c321afcb47b0e2420351d6 (diff) |
code cleaning
Diffstat (limited to 'protocols/Discord/src/proto.cpp')
-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 f60174d9a7..5544570548 100644 --- a/protocols/Discord/src/proto.cpp +++ b/protocols/Discord/src/proto.cpp @@ -55,7 +55,7 @@ CDiscordProto::CDiscordProto(const char *proto_name, const wchar_t *username) : arVoiceCalls(1, compareCalls),
m_wszEmail(this, "Email", L""),
- m_wszDefaultGroup(this, "GroupName", DB_KEYVAL_GROUP),
+ m_wszDefaultGroup(this, "GroupName", L"Discord"),
m_bSyncMarkRead(this, "SendMarkRead", true),
m_bUseGroupchats(this, "UseGroupChats", true),
m_bHideGroupchats(this, "HideChats", true),
|