mirror of https://github.com/vector-im/riot-web
fix ee listener add
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
3f72a590f5
commit
366c60cb2d
|
@ -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 New Issue