Always show my own followees/followers
This commit is contained in:
parent
55fc31ea4d
commit
ea1d7f46b5
4 changed files with 16 additions and 4 deletions
|
@ -58,6 +58,12 @@ const UserProfile = {
|
|||
},
|
||||
isExternal () {
|
||||
return this.$route.name === 'external-user-profile'
|
||||
},
|
||||
followeesTabVisible () {
|
||||
return this.isUs || !this.user.hide_followings
|
||||
},
|
||||
followersTabVisible () {
|
||||
return this.isUs || !this.user.hide_followers
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue