summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-07-20 16:02:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-07-20 16:02:02 +0300
commit6a654fe7a2f9663b138eb7fb9f61f18be8307986 (patch)
tree3999f5277853f628cc2685b58b1da972b6f2e544
parent573b4e2f0b7357af43f82c4b7e2d16867111a7d2 (diff)
attempt to solve error #404 in Discord
-rw-r--r--protocols/Discord/src/gateway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/gateway.cpp b/protocols/Discord/src/gateway.cpp
index eccf8aea90..79583cf17d 100644
--- a/protocols/Discord/src/gateway.cpp
+++ b/protocols/Discord/src/gateway.cpp
@@ -44,7 +44,7 @@ bool CDiscordProto::GatewayThreadWorker()
{
NETLIBHTTPHEADER hdrs[] =
{
- { "Sec-WebSocket-Key", "KFShSwLlp4E6C7JZc5h4sg==" },
+ { "Sec-WebSocket-Key", "xkGAFcWD1fSJp6o0tceQOg==" },
{ 0, 0 }
};