Make private notes actually work #43

Merged
floatingghost merged 1 commit from :notes into develop 2022-07-19 08:33:21 +00:00
Showing only changes of commit 15b612bad6 - Show all commits

View file

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