Use rust crypto
Taken from https://github.com/element-hq/element-call/pull/2467/commits/d25cf28d0085b3c686001193d74351e09ad6b301
This commit is contained in:
Vendored
-5
@@ -23,11 +23,6 @@ declare global {
|
||||
webkitFullscreenElement: HTMLElement | null;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
// TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10
|
||||
OLM_OPTIONS: Record<string, string>;
|
||||
}
|
||||
|
||||
interface HTMLElement {
|
||||
// Safari only supports this prefixed, so tell the type system about it
|
||||
webkitRequestFullscreen: () => void;
|
||||
|
||||
Reference in New Issue
Block a user