From 481685b3bbb2b0270870dec5de87e60fc2d84d15 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 9 Jan 2022 23:20:08 -0500 Subject: format all --- src/discord/usersettings.hpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/discord/usersettings.hpp') diff --git a/src/discord/usersettings.hpp b/src/discord/usersettings.hpp index 6d37b3c..2baf61e 100644 --- a/src/discord/usersettings.hpp +++ b/src/discord/usersettings.hpp @@ -6,7 +6,7 @@ struct UserSettingsGuildFoldersEntry { int Color = -1; // null std::vector GuildIDs; - Snowflake ID; // null (this can be a snowflake as a string or an int that isnt a snowflake lol) + Snowflake ID; // null (this can be a snowflake as a string or an int that isnt a snowflake lol) std::string Name; // null friend void from_json(const nlohmann::json &j, UserSettingsGuildFoldersEntry &m); @@ -19,16 +19,16 @@ struct UserSettings { std::string Status; // bool ShouldShowCurrentGame; // // std::vector RestrictedGuilds; // - bool ShouldRenderReactions; // - bool ShouldRenderEmbeds; // - bool IsNativePhoneIntegrationEnabled; // - bool ShouldMessageDisplayCompact; // - std::string Locale; // - bool ShouldInlineEmbedMedia; // - bool ShouldInlineAttachmentMedia; // - std::vector GuildPositions; // deprecated? + bool ShouldRenderReactions; // + bool ShouldRenderEmbeds; // + bool IsNativePhoneIntegrationEnabled; // + bool ShouldMessageDisplayCompact; // + std::string Locale; // + bool ShouldInlineEmbedMedia; // + bool ShouldInlineAttachmentMedia; // + std::vector GuildPositions; // deprecated? std::vector GuildFolders; // - bool ShouldGIFAutoplay; // + bool ShouldGIFAutoplay; // // Unknown FriendSourceFlags; // int ExplicitContentFilter; // bool IsTTSCommandEnabled; // -- cgit v1.2.3