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

@@ -1,7 +1,22 @@
# Okupa mi coche - Frontend Angular
Gestión de viajes en el valle.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.1.
Instalar OLM:
npm install https://packages.matrix.org/npm/olm/olm-3.2.1.tgz
npm install path
En package.json despues de `devDependencies` añadir:
```
"browser": {
"crypto": false,
"fs": false
}
```
Error dependencias:
https://github.com/matrix-org/matrix-js-sdk/issues/1645
## Development server