Fix chat url

This commit is contained in:
Jon Staab
2025-11-04 17:25:50 -08:00
parent ca4e5ae5ee
commit d7e95f5d2f

View File

@@ -51,7 +51,7 @@ export const goToSpace = async (url: string) => {
} else if (hasNip29(await loadRelay(url))) {
goto(makeSpacePath(url, "recent"))
} else {
goto(makeSpacePath("chat"))
goto(makeSpacePath(url, "chat"))
}
}