summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/menus.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-12-27 19:03:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-12-27 19:03:28 +0300
commit0a5de30626a30971cb99387a0624dc19c53f528a (patch)
tree4adef96ee6984260376098ad8d6d0c44694ff49b /protocols/Discord/src/menus.cpp
parentb06220b86dbfbe321fdf40332c707891fb30f128 (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.cpp2
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;
}