Make private notes actually work #43

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

View file

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