updated olm to v3.2.4
This commit is contained in:
parent
20611b6e4b
commit
210f6b51df
4 changed files with 6 additions and 6 deletions
src/client
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue