mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Make sessionInfo public
This commit is contained in:
parent
936ac2e932
commit
2465180300
@ -137,6 +137,10 @@ export class Session {
|
||||
return this._hsApi;
|
||||
}
|
||||
|
||||
get sessionInfo() {
|
||||
return this._sessionInfo;
|
||||
}
|
||||
|
||||
get fingerprintKey() {
|
||||
return this._e2eeAccount?.identityKeys.ed25519;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user