mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 10:57:04 +00:00
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