From d5c6af21d737670e4abbdb6521e5c8e3d074fee8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Apr 2025 18:10:57 +0300 Subject: code cleaning --- protocols/Discord/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src/proto.cpp') 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), -- cgit v1.2.3