upd: lock following-feed behind loginRequired and check if user has moved instances

This commit is contained in:
Marie 2024-11-01 12:50:54 +00:00
parent 1520bc1715
commit 9daecc27a5
2 changed files with 3 additions and 1 deletions

View file

@ -71,6 +71,7 @@ export const navbarItemDef = reactive({
following: {
title: i18n.ts.following,
icon: 'ph-user-check ph-bold ph-lg',
show: computed(() => $i != null && !$i.movedTo),
to: '/following-feed',
},
lists: {