Fix chat url
This commit is contained in:
@@ -51,7 +51,7 @@ export const goToSpace = async (url: string) => {
|
|||||||
} else if (hasNip29(await loadRelay(url))) {
|
} else if (hasNip29(await loadRelay(url))) {
|
||||||
goto(makeSpacePath(url, "recent"))
|
goto(makeSpacePath(url, "recent"))
|
||||||
} else {
|
} else {
|
||||||
goto(makeSpacePath("chat"))
|
goto(makeSpacePath(url, "chat"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user