diff options
author | George Hazan <ghazan@miranda.im> | 2020-12-27 19:03:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-12-27 19:03:28 +0300 |
commit | 0a5de30626a30971cb99387a0624dc19c53f528a (patch) | |
tree | 4adef96ee6984260376098ad8d6d0c44694ff49b /protocols/Discord/src/menus.cpp | |
parent | b06220b86dbfbe321fdf40332c707891fb30f128 (diff) |
Discord: first 100 guild users are fetched from the server
Diffstat (limited to 'protocols/Discord/src/menus.cpp')
-rw-r--r-- | protocols/Discord/src/menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/menus.cpp b/protocols/Discord/src/menus.cpp index 59dcc683a5..d4762e649c 100644 --- a/protocols/Discord/src/menus.cpp +++ b/protocols/Discord/src/menus.cpp @@ -95,7 +95,7 @@ INT_PTR CDiscordProto::OnMenuToggleSync(WPARAM hContact, LPARAM) if (bEnabled) if (auto *pGuild = FindGuild(getId(hContact, DB_KEY_CHANNELID))) - LoadGuildInfo(pGuild); + GatewaySendGuildInfo(pGuild); return 0; } |