web fixes

This commit is contained in:
2026-04-15 00:38:04 -06:00
parent 7d3cc51c8f
commit 023fdf5ee9
6 changed files with 14 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ function ChatPage() {
}
catch {
//Silent fail
setError("Failed to load messages.");
}
}, [token]);
@@ -139,7 +139,7 @@ function ChatPage() {
if (open) convId = open.id;
}
} catch {
//
setError("Failed to load conversations.");
}
}