diff options
-rw-r--r-- | discord/discord.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/discord.cpp b/discord/discord.cpp index b5afec0..bdb8fbb 100644 --- a/discord/discord.cpp +++ b/discord/discord.cpp @@ -358,8 +358,8 @@ void DiscordClient::SendLazyLoad(Snowflake id) { }; msg.Channels = c; msg.GuildID = *GetChannel(id)->GuildID; - msg.ShouldGetActivities = false; - msg.ShouldGetTyping = false; + msg.ShouldGetActivities = true; + msg.ShouldGetTyping = true; nlohmann::json j = msg; m_websocket.Send(j); |