#468 - show pin for own statuses only

This commit is contained in:
dave 2019-04-04 12:56:13 -04:00 committed by taehoon
parent 1aa0e8d7e0
commit e28b19645a
2 changed files with 5 additions and 2 deletions

View file

@ -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: {