basic loggedin check for reply filtering
This commit is contained in:
parent
51a78e8b8a
commit
93785634a7
2 changed files with 36 additions and 31 deletions
|
@ -26,6 +26,9 @@ const TimelineQuickSettings = {
|
|||
},
|
||||
computed: {
|
||||
...mapGetters(['mergedConfig']),
|
||||
loggedIn () {
|
||||
return !!this.$store.state.users.currentUser
|
||||
},
|
||||
replyVisibilitySelf: {
|
||||
get () { return this.mergedConfig.replyVisibility === 'self' },
|
||||
set () { this.setReplyVisibility('self') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue