Merge pull request 'Make private notes actually work' (#43) from sfr/pleroma-fe:notes into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/43
This commit is contained in:
floatingghost 2022-07-19 08:33:20 +00:00
commit cfb55594a5

View file

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