mirror of
https://github.com/fosrl/olm.git
synced 2026-02-11 07:26:41 +00:00
Initiall connection seems to be working
This commit is contained in:
@@ -288,6 +288,7 @@ func (c *Client) establishConnection() error {
|
||||
// Add token to query parameters
|
||||
q := u.Query()
|
||||
q.Set("token", token)
|
||||
q.Set("clientType", "olm")
|
||||
u.RawQuery = q.Encode()
|
||||
|
||||
// Connect to WebSocket
|
||||
|
||||
Reference in New Issue
Block a user