fix: load users correctly on initial chat load
This commit is contained in:
parent
cfa35f6421
commit
8561b0cce2
2 changed files with 9 additions and 4 deletions
|
@ -27,7 +27,6 @@
|
|||
/* check if we are logged in */
|
||||
(async () => {
|
||||
try {
|
||||
console.log( 'hi');
|
||||
const session_response = await api.fetch("/api/users/me");
|
||||
|
||||
if (!session_response.ok) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue