mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
fix ee listener add
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
3f72a590f5
commit
366c60cb2d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export class Jitsi {
|
|||
const discoveryResponse = cli && MatrixClientPeg.get().getClientWellKnown();
|
||||
|
||||
if (cli) {
|
||||
cli.on("WellKnown.client", this.update);
|
||||
cli.on("WellKnown.client", () => this.update);
|
||||
}
|
||||
|
||||
console.log("Attempting to get Jitsi conference information from homeserver");
|
||||
|
|
Loading…
Reference in a new issue