Make sessionInfo public
This commit is contained in:
parent
936ac2e932
commit
2465180300
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@ export class Session {
|
|||
return this._hsApi;
|
||||
}
|
||||
|
||||
get sessionInfo() {
|
||||
return this._sessionInfo;
|
||||
}
|
||||
|
||||
get fingerprintKey() {
|
||||
return this._e2eeAccount?.identityKeys.ed25519;
|
||||
}
|
||||
|
|
Reference in a new issue