diff --git a/src/client.ts b/src/client.ts index 88de1ae..2d111b3 100644 --- a/src/client.ts +++ b/src/client.ts @@ -78,7 +78,7 @@ export class Client extends EventEmitter { this.api = client({ service: websocketUrl, domain: this.domain, - resource: "mx_bridge", + //resource: "mx_bridge", username: this.username, password: this.password, });