diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-09 21:49:15 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-09 21:49:15 -0400 |
commit | 2ca5a21ab4a5c03ea8c8a584ca832d01d8661691 (patch) | |
tree | fa620c28142ab8cbb6e11df66a7a3852d8fa2437 /src/remoteauth/remoteauthclient.hpp | |
parent | 3c2fde661e0d8240fa03290c28e1475330ca15b2 (diff) | |
download | abaddon-portaudio-2ca5a21ab4a5c03ea8c8a584ca832d01d8661691.tar.gz abaddon-portaudio-2ca5a21ab4a5c03ea8c8a584ca832d01d8661691.zip |
restart remote auth on cancel opcode
Diffstat (limited to 'src/remoteauth/remoteauthclient.hpp')
-rw-r--r-- | src/remoteauth/remoteauthclient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remoteauth/remoteauthclient.hpp b/src/remoteauth/remoteauthclient.hpp index 36f224a..c2e00f3 100644 --- a/src/remoteauth/remoteauthclient.hpp +++ b/src/remoteauth/remoteauthclient.hpp @@ -23,6 +23,7 @@ private: void HandleGatewayPendingRemoteInit(const nlohmann::json &j); void HandleGatewayPendingTicket(const nlohmann::json &j); void HandleGatewayPendingLogin(const nlohmann::json &j); + void HandleGatewayCancel(const nlohmann::json &j); void OnRemoteAuthLoginResponse(const std::optional<std::string> &encrypted_token, DiscordError err); |