fix ee listener add
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export class Jitsi {
|
|||||||
const discoveryResponse = cli && MatrixClientPeg.get().getClientWellKnown();
|
const discoveryResponse = cli && MatrixClientPeg.get().getClientWellKnown();
|
||||||
|
|
||||||
if (cli) {
|
if (cli) {
|
||||||
cli.on("WellKnown.client", this.update);
|
cli.on("WellKnown.client", () => this.update);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Attempting to get Jitsi conference information from homeserver");
|
console.log("Attempting to get Jitsi conference information from homeserver");
|
||||||
|
|||||||
Reference in New Issue
Block a user