1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 09:27:46 +00:00

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

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() {