diff options
author | George Hazan <ghazan@miranda.im> | 2020-07-20 16:02:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-07-20 16:02:02 +0300 |
commit | 6a654fe7a2f9663b138eb7fb9f61f18be8307986 (patch) | |
tree | 3999f5277853f628cc2685b58b1da972b6f2e544 | |
parent | 573b4e2f0b7357af43f82c4b7e2d16867111a7d2 (diff) |
attempt to solve error #404 in Discord
-rw-r--r-- | protocols/Discord/src/gateway.cpp | 2 |
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 } }; |