mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
Allow for null MatrixClient
This commit is contained in:
@@ -196,7 +196,7 @@ export class PosthogAnalytics {
|
|||||||
callBackend: "livekit",
|
callBackend: "livekit",
|
||||||
cryptoVersion: widget
|
cryptoVersion: widget
|
||||||
? undefined
|
? undefined
|
||||||
: window.matrixclient.getCrypto()?.getVersion(),
|
: window.matrixclient?.getCrypto()?.getVersion(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user