web fixes
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user