This commit is contained in:
Henry Jameson 2026-08-28 22:37:11 +03:00
commit e7b11fdb85

View file

@ -35,6 +35,7 @@ const QuickFilterSettings = {
}, },
}, },
computed: { computed: {
...mapState(useUsersStore, ['loggedIn']),
...mapState(useMergedConfigStore, ['mergedConfig']), ...mapState(useMergedConfigStore, ['mergedConfig']),
...mapState(useInterfaceStore, { ...mapState(useInterfaceStore, {
mobileLayout: (state) => state.layoutType === 'mobile', mobileLayout: (state) => state.layoutType === 'mobile',
@ -55,9 +56,6 @@ const QuickFilterSettings = {
return 'dropdown-item' return 'dropdown-item'
} }
}, },
loggedIn() {
return !!useUsersStore().currentUser
},
replyVisibilitySelf: { replyVisibilitySelf: {
get() { get() {
return this.mergedConfig.replyVisibility === 'self' return this.mergedConfig.replyVisibility === 'self'