parent
1fe5d63015
commit
b1d370755a
@ -1,8 +1,8 @@
|
|||||||
function AxolotlStore() {
|
function SignalProtocolStore() {
|
||||||
this.store = {};
|
this.store = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
AxolotlStore.prototype = {
|
SignalProtocolStore.prototype = {
|
||||||
getIdentityKeyPair: function() {
|
getIdentityKeyPair: function() {
|
||||||
return Promise.resolve(this.get('identityKey'));
|
return Promise.resolve(this.get('identityKey'));
|
||||||
},
|
},
|
Loading…
Reference in New Issue