summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-12-04 13:17:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-12-04 13:17:26 +0300
commit752ac5dd36853b7d93fc62a4c007e00ae3031a12 (patch)
tree5a012459e5bb29792c019cea86840d17215a8c16
parenta9b22b5c937349190b0224c843a623fec3621d41 (diff)
Discord: protocol version update
-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 042922bf31..01fefac5db 100644
--- a/protocols/Discord/src/gateway.cpp
+++ b/protocols/Discord/src/gateway.cpp
@@ -48,7 +48,7 @@ bool CDiscordProto::GatewayThreadWorker()
{ 0, 0 }
};
- auto *pReply = WebSocket_Connect(m_hGatewayNetlibUser, m_szGateway + "/?encoding=json&v=6", hdrs);
+ auto *pReply = WebSocket_Connect(m_hGatewayNetlibUser, m_szGateway + "/?encoding=json&v=8", hdrs);
if (pReply == nullptr) {
debugLogA("Gateway connection failed, exiting");
return false;