diff --git a/src/lib/ui/Navigation.svelte b/src/lib/ui/Navigation.svelte index 01a2769..ef16b70 100644 --- a/src/lib/ui/Navigation.svelte +++ b/src/lib/ui/Navigation.svelte @@ -32,9 +32,7 @@ let route; switch (name) { case "timeline": - if (!get(client).user) break; route = "/"; - getTimeline(true); break; case "notifcations": case "explore": @@ -68,16 +66,15 @@