Initiall connection seems to be working

This commit is contained in:
Owen
2025-02-21 16:20:15 -05:00
parent 8b09545cf6
commit a42d2b75dd

View File

@@ -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