forked from AkkomaGang/akkoma-fe
Hide global timeline for unauthorized users
The better way to make this change would be to have it set automatically in association with the Restrict Unauthenticated setting for the federated timeline, but for the moment this hack will do.
This commit is contained in:
parent
27f3549f26
commit
328fef9163
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
/>
|
||||
</router-link>
|
||||
<router-link
|
||||
v-if="currentUser"
|
||||
:to="{ name: 'public-external-timeline' }"
|
||||
class="nav-icon"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue