mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 20:14:53 +01:00
Make hsApi public
This commit is contained in:
parent
7a4a4f56d8
commit
936ac2e932
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user