diff --git a/src/matrix/Session.js b/src/matrix/Session.js index 68bae7ea..ec085fd4 100644 --- a/src/matrix/Session.js +++ b/src/matrix/Session.js @@ -137,6 +137,10 @@ export class Session { return this._hsApi; } + get sessionInfo() { + return this._sessionInfo; + } + get fingerprintKey() { return this._e2eeAccount?.identityKeys.ed25519; }