some more post fields
This commit is contained in:
parent
af36f4915a
commit
6c70e9950c
2 changed files with 11 additions and 1 deletions
|
@ -141,7 +141,7 @@ const Status = {
|
|||
if (this.status.user.id === this.$store.state.users.currentUser.id) {
|
||||
return false
|
||||
}
|
||||
if (this.status.activity_type === 'repeat') {
|
||||
if (this.status.type === 'retweet') {
|
||||
return false
|
||||
}
|
||||
var checkFollowing = this.$store.state.config.replyVisibility === 'following'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue