Make private notes actually work #43

Merged
floatingghost merged 1 commit from :notes into develop 2022-07-19 08:33:21 +00:00

View file

@ -79,6 +79,9 @@ const UserProfile = {
}, },
followersTabVisible () { followersTabVisible () {
return this.isUs || !this.user.hide_followers return this.isUs || !this.user.hide_followers
},
currentUser () {
return this.$store.state.users.currentUser
} }
}, },
methods: { methods: {