#468 - show pin for own statuses only
This commit is contained in:
parent
1aa0e8d7e0
commit
e28b19645a
2 changed files with 5 additions and 2 deletions
|
@ -269,6 +269,9 @@ const Status = {
|
|||
this.statusFromGlobalRepository.rebloggedBy
|
||||
)
|
||||
return uniqBy(combinedUsers, 'id')
|
||||
},
|
||||
ownStatus () {
|
||||
return this.status.user.id === this.$store.state.users.currentUser.id
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue