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
Remove spurious interlopers
This commit is contained in:
@@ -81,17 +81,6 @@ function OlmDevice(sessionStore, cryptoStore) {
|
|||||||
this.deviceEd25519Key = null;
|
this.deviceEd25519Key = null;
|
||||||
this._maxOneTimeKeys = null;
|
this._maxOneTimeKeys = null;
|
||||||
|
|
||||||
// track which of our other devices (if any) have cross-signed this device
|
|
||||||
// XXX: this should probably have a single source of truth in the /devices
|
|
||||||
// API store or whatever we use to track our self-signed devices.
|
|
||||||
this.crossSelfSigs = [];
|
|
||||||
|
|
||||||
// track whether we have already suggested to the user that they should
|
|
||||||
// restore their keys from backup or by cross-signing the device.
|
|
||||||
// We use this to avoid repeatedly emitting the suggestion event.
|
|
||||||
// XXX: persist this somewhere!
|
|
||||||
this.suggestedKeyRestore = false;
|
|
||||||
|
|
||||||
// we don't bother stashing outboundgroupsessions in the sessionstore -
|
// we don't bother stashing outboundgroupsessions in the sessionstore -
|
||||||
// instead we keep them here.
|
// instead we keep them here.
|
||||||
this._outboundGroupSessionStore = {};
|
this._outboundGroupSessionStore = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user