fix: default to local timeline when logged out (#855)
This commit is contained in:
parent
b5e14810af
commit
697a88ac3d
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ const reload = async () => {
|
|||
try {
|
||||
if (!masto.loggedIn.value)
|
||||
await masto.loginTo(currentUser.value)
|
||||
clearError({ redirect: currentUser.value ? '/home' : `/${currentServer.value}/public` })
|
||||
clearError({ redirect: currentUser.value ? '/home' : `/${currentServer.value}/public/local` })
|
||||
}
|
||||
catch {
|
||||
state.value = 'error'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue