Enabled Olm encryption

This commit is contained in:
2021-03-24 13:54:36 +01:00
parent e547551fde
commit 9b3af334ae
4 changed files with 53 additions and 3 deletions

View File

@@ -26,6 +26,8 @@
"angular-auth-oidc-client": "^11.6.4",
"matrix-js-sdk": "^9.9.0",
"moment": "^2.29.1",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"path": "^0.12.7",
"rxjs": "~6.6.6",
"tslib": "^1.14.1",
"zone.js": "~0.10.2"
@@ -49,5 +51,9 @@
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.0.7"
},
"browser": {
"crypto": false,
"fs": false
}
}