mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
fix ee listener add
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user