mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
feat: finish reimplementation of server list
This commit is contained in:
@@ -58,6 +58,9 @@ export default class Layout implements Store, Persistent<Data> {
|
||||
this.lastDiscoverPath = "/discover/servers";
|
||||
this.lastOpened = new ObservableMap();
|
||||
this.openSections = new ObservableMap();
|
||||
|
||||
this.getLastHomePath = this.getLastHomePath.bind(this);
|
||||
|
||||
makeAutoObservable(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user