diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-11 23:37:39 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-11 23:37:39 -0400 |
commit | dc28eae95a46c3079fcc76b3425ffa37844dd37d (patch) | |
tree | 046c33ad67ca66847aa92da1c6f6e580ba77af4f /src/discord/objects.hpp | |
parent | baf96da80c1e4167fb638aca8a058cc9d9cfc4fd (diff) | |
download | abaddon-portaudio-dc28eae95a46c3079fcc76b3425ffa37844dd37d.tar.gz abaddon-portaudio-dc28eae95a46c3079fcc76b3425ffa37844dd37d.zip |
spoof a bunch of headers like the web client
Diffstat (limited to 'src/discord/objects.hpp')
-rw-r--r-- | src/discord/objects.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/objects.hpp b/src/discord/objects.hpp index db5fd76..9db9369 100644 --- a/src/discord/objects.hpp +++ b/src/discord/objects.hpp @@ -382,6 +382,7 @@ struct ClientStateProperties { std::string HighestLastMessageID = "0"; int ReadStateVersion = 0; int UserGuildSettingsVersion = -1; + int UserSettingsVersion = -1; friend void to_json(nlohmann::json &j, const ClientStateProperties &m); }; |