Make sessionInfo public

This commit is contained in:
Ajay Bura 2022-05-25 14:48:20 +05:30
parent 936ac2e932
commit 2465180300
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,10 @@ export class Session {
return this._hsApi;
}
get sessionInfo() {
return this._sessionInfo;
}
get fingerprintKey() {
return this._e2eeAccount?.identityKeys.ed25519;
}