Make hsApi public

This commit is contained in:
Ajay Bura 2022-05-25 08:52:31 +05:30
parent 7a4a4f56d8
commit 936ac2e932
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ export class Session {
this.needsKeyBackup = new ObservableValue(false);
}
get hsApi() {
return this._hsApi;
}
get fingerprintKey() {
return this._e2eeAccount?.identityKeys.ed25519;
}