diff --git a/src/matrix/Session.js b/src/matrix/Session.js index cd676fc5..68bae7ea 100644 --- a/src/matrix/Session.js +++ b/src/matrix/Session.js @@ -133,6 +133,10 @@ export class Session { this.needsKeyBackup = new ObservableValue(false); } + get hsApi() { + return this._hsApi; + } + get fingerprintKey() { return this._e2eeAccount?.identityKeys.ed25519; }