updated olm to v3.2.4

This commit is contained in:
unknown 2021-08-03 19:27:09 +05:30
parent 20611b6e4b
commit 210f6b51df
4 changed files with 6 additions and 6 deletions
src/client

View file

@ -5,7 +5,7 @@ import { secret } from './state/auth';
import RoomList from './state/RoomList';
import RoomsInput from './state/RoomsInput';
global.Olm = require('olm');
global.Olm = require('@matrix-org/olm');
class InitMatrix extends EventEmitter {
async init() {