mirror of
https://github.com/fosrl/newt.git
synced 2026-02-21 04:16:39 +00:00
Merge branch 'holepunch' of github.com:fosrl/newt_dg into holepunch
This commit is contained in:
@@ -292,6 +292,7 @@ func (c *Client) establishConnection() error {
|
||||
// Add token to query parameters
|
||||
q := u.Query()
|
||||
q.Set("token", token)
|
||||
q.Set("clientType", "newt")
|
||||
u.RawQuery = q.Encode()
|
||||
|
||||
// Connect to WebSocket
|
||||
|
||||
Reference in New Issue
Block a user