forked from mystiq/hydrogen-web
fix typo in name
This commit is contained in:
parent
fd950feb94
commit
ba323c65d6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export class OlmWorker {
|
|||
account.unpickle("", pickle);
|
||||
}
|
||||
|
||||
async createOutboundSession(account, newSession, theirIdentityKey, theirOneTimeKey) {
|
||||
async createOutboundOlmSession(account, newSession, theirIdentityKey, theirOneTimeKey) {
|
||||
const accountPickle = account.pickle("");
|
||||
const sessionPickle = await this._workerPool.send({type: "olm_create_outbound", accountPickle, theirIdentityKey, theirOneTimeKey}).response();
|
||||
newSession.unpickle("", sessionPickle);
|
||||
|
|
Loading…
Reference in a new issue