forked from AkkomaGang/akkoma-fe
Merge pull request 'Make private notes actually work' (#43) from sfr/pleroma-fe:notes into develop
Reviewed-on: AkkomaGang/pleroma-fe#43
This commit is contained in:
commit
cfb55594a5
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ const UserProfile = {
|
|||
},
|
||||
followersTabVisible () {
|
||||
return this.isUs || !this.user.hide_followers
|
||||
},
|
||||
currentUser () {
|
||||
return this.$store.state.users.currentUser
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in a new issue