This commit is contained in:
Ren Amamiya
2023-06-26 10:24:12 +07:00
parent 6af0b453e3
commit 7fb62a6afa
21 changed files with 479 additions and 374 deletions

View File

@@ -144,8 +144,8 @@ export function Root() {
const notes = await fetchNotes();
if (notes) {
const chats = await fetchChats();
const channels = await fetchChannelMessages();
if (chats && channels) {
// const channels = await fetchChannelMessages();
if (chats) {
navigate("/app/space", { replace: true });
}
}