mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-09 11:55:37 +01:00
fix typo in name
This commit is contained in:
parent
fd950feb94
commit
ba323c65d6
@ -37,7 +37,7 @@ export class OlmWorker {
|
|||||||
account.unpickle("", pickle);
|
account.unpickle("", pickle);
|
||||||
}
|
}
|
||||||
|
|
||||||
async createOutboundSession(account, newSession, theirIdentityKey, theirOneTimeKey) {
|
async createOutboundOlmSession(account, newSession, theirIdentityKey, theirOneTimeKey) {
|
||||||
const accountPickle = account.pickle("");
|
const accountPickle = account.pickle("");
|
||||||
const sessionPickle = await this._workerPool.send({type: "olm_create_outbound", accountPickle, theirIdentityKey, theirOneTimeKey}).response();
|
const sessionPickle = await this._workerPool.send({type: "olm_create_outbound", accountPickle, theirIdentityKey, theirOneTimeKey}).response();
|
||||||
newSession.unpickle("", sessionPickle);
|
newSession.unpickle("", sessionPickle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user