mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Show panel when first visit contains /details
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
b5480b018b
commit
9ac415fa4f
@ -82,6 +82,7 @@ export class SessionViewModel extends ViewModel {
|
||||
|
||||
const details = this.navigation.observe("details");
|
||||
this.track(details.subscribe(() => this._toggleRoomInformationPanel()));
|
||||
this._toggleRoomInformationPanel();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user