establishing ws connection, starting on messages section

This commit is contained in:
metacryst
2026-02-01 16:11:11 -06:00
parent 6d50337e3b
commit 6262ce53aa
10 changed files with 41 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ let Global = class {
window.dispatchEvent(event)
}
document.title = (this.currentNetwork === this.profile) ? "Parchment" : `${this.currentNetwork.abbreviation} | Parchment`
document.title = (this.currentNetwork === this.profile) ? "Forum" : `${this.currentNetwork.abbreviation} | Forum`
}
setCurrentNetworkAndApp() {
@@ -140,8 +140,9 @@ let Global = class {
this.getProfile().then(async (status) => {
await this.Socket.init()
if(status !== 401) {
console.log("it's legit")
await this.onNavigate()
Home()
} else {