You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Namespace default secret storage key methods
This commit is contained in:
@@ -299,11 +299,11 @@ Crypto.prototype.requestSecret = function(name, devices) {
|
||||
return this._secretStorage.request(name, devices);
|
||||
};
|
||||
|
||||
Crypto.prototype.getDefaultKeyId = function() {
|
||||
Crypto.prototype.getDefaultSecretStorageKeyId = function() {
|
||||
return this._secretStorage.getDefaultKeyId();
|
||||
};
|
||||
|
||||
Crypto.prototype.setDefaultKeyId = function(k) {
|
||||
Crypto.prototype.setDefaultSecretStorageKeyId = function(k) {
|
||||
return this._secretStorage.setDefaultKeyId(k);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user