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